format: readme

This commit is contained in:
Eugene 2025-12-10 17:11:10 +03:00
parent c742385ca1
commit 286c53034c
1 changed files with 16 additions and 16 deletions

View File

@ -93,7 +93,7 @@ const clonedBitmap = bitmap.clone();
# Benchmark Results (10k bits)
| # | Task | Avg Latency (ns) | Med Latency (ns) | Avg Throughput (ops/s) | Med Throughput (ops/s) | Samples |
|----|------------------------------------------------|-------------------------|-------------------------|--------------------------|--------------------------|---------|
| --- | ------------------------------------ | ------------------ | -------------------- | ---------------------- | ---------------------- | ------- |
| 0 | set() random bits | 31,371 ± 1.16% | 29,200 ± 900 | 33,212 ± 0.17% | 34,247 ± 1089 | 15,939 |
| 1 | set() sequential bits | 32,537 ± 0.96% | 30,100 ± 700 | 32,169 ± 0.20% | 33,223 ± 755 | 15,368 |
| 2 | contains() hit | 28,800 ± 0.86% | 27,200 ± 1000 | 36,235 ± 0.18% | 36,765 ± 1403 | 17,361 |