Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisCorvers authored Feb 9, 2021
1 parent 0f3019f commit 056e255
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ SortedSet Add in reverse order (worst case)
### Dictionary

Dictionary Add followed by Remove
| Method | Mean | Error | StdDev |
|------------------- |---------:|--------:|--------:|
| SortedSetAdd | 580.0 ns | 0.82 ns | 0.73 ns |
| NativeSortedSetAdd | 461.8 ns | 2.82 ns | 2.64 ns |
| Method | Mean | Error | StdDev |
|-------------------- |---------:|--------:|--------:|
| DictionaryAdd | 580.0 ns | 0.82 ns | 0.73 ns |
| NativeDictionaryAdd | 461.8 ns | 2.82 ns | 2.64 ns |

0 comments on commit 056e255

Please sign in to comment.