Skip to content

Commit bd2508d

Browse files
committed
fixing the readme
1 parent 997afa6 commit bd2508d

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ Split from the [DryIoc](https://github.com/dadhi/dryioc).
1414

1515
## Benchmarks
1616

17-
The comparison is done against the `ImMap` V1 version, the V2 `ImMapSlots` bucketed version
18-
and a variety of BCL C# collections including the experimental `Microsoft.Collections.Extensions.DictionarySlim<K, V>`.
17+
The comparison is done against the previous V2 and the variety of BCL C# collections including the experimental `Microsoft.Collections.Extensions.DictionarySlim<K, V>`.
1918

20-
__Note:__ Keep in mind that immutable collections have a different use-case and a thread-safety guarantees compared to the
19+
__Important:__ Keep in mind that immutable collections have a different use-case and a thread-safety guarantees compared to the
2120
`Dictionary`, `DictionarySlim` or even `ConcurrentDictionary`. The closest comparable would be the `ImmutableDictionary`.
22-
The benchmarks do not take the collection "nature" into account and run though a simplest available API path.
21+
The benchmarks do not take the collections "nature" into account and run through the simplest available API path.
2322

2423
*Benchmark environment*:
2524

@@ -160,7 +159,7 @@ items into the `ImHashMap<Type, string>`:
160159
| ImmutableDict_foreach | 1000 | 99,156.35 ns | 1,962.968 ns | 2,181.834 ns | 98,166.03 ns | 4.17 | 0.11 | - | - | - | - |
161160
```
162161

163-
### ImMap V2 with small string values
162+
### ImMap with small string values
164163

165164
`ImMap<string>` stores the `int` keys and `string` values.
166165

0 commit comments

Comments
 (0)