Skip to content

Commit

Permalink
bump v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tafia committed Mar 14, 2020
1 parent a41c1da commit 7d3c2b5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nested"
version = "0.1.0"
version = "0.1.1"
authors = ["Johann Tuffe <[email protected]>"]
description = "A memory efficient container for nested collections (like `Vec<String>` or `Vec<Vec<T>>`)"

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ See benches directory.
Here are the benches for collecting all words in src/lib.rs file:

```
test bench_nested_string ... bench: 92,909 ns/iter (+/- 17,258)
test bench_nested_string_iter ... bench: 110,710 ns/iter (+/- 13,485)
test bench_vec_string ... bench: 159,431 ns/iter (+/- 37,868)
test bench_vec_string_iter ... bench: 173,718 ns/iter (+/- 14,779)
test bench_nested_string ... bench: 55,381 ns/iter (+/- 7,852)
test bench_nested_string_iter ... bench: 95,127 ns/iter (+/- 8,253)
test bench_vec_string ... bench: 117,203 ns/iter (+/- 13,089)
test bench_vec_string_iter ... bench: 142,245 ns/iter (+/- 24,701)
```

## Licence
Expand Down

0 comments on commit 7d3c2b5

Please sign in to comment.