Skip to content

Commit

Permalink
chore(*): update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wvwwvwwv committed Jul 11, 2024
1 parent 84a3675 commit 3be5408
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ assert!(head.next_ptr(Relaxed, &guard).is_null());

### [`HashMap`](#hashmap) Tail Latency

The expected tail latency of a distribution of latencies of 1048576 insertion operations (`K = u64, V = u64`) is 217 microseconds on Apple M2 Max.
The expected tail latency of a distribution of latencies of 1048576 insertion operations (`K = u64, V = u64`) ranges from 200 microseconds to 240 microseconds on Apple M2 Max.

### [`HashMap`](#hashmap) and [`HashIndex`](#hashindex) Throughput

Expand Down

0 comments on commit 3be5408

Please sign in to comment.