Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 34 additions & 34 deletions docs/benchmarks/latest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

## Environment

- **Date**: 2026-03-31T11:16:20.376961007+00:00
- **Commit**: `860f36d607fe3953f7d289d1efeae7a55e3dd0f5`
- **Branch**: `HEAD`
- **Date**: 2026-04-06T01:48:51.521319168+00:00
- **Commit**: `04f1d03d2dea735ed45edc783db82fac213e4777`
- **Branch**: `main`
- **Dirty**: false
- **Rustc**: rustc 1.94.1 (e408947bf 2026-03-25)
- **Host**: x86_64-unknown-linux-gnu
- **CPU**: Intel(R) Xeon(R) Platinum 8370C CPU @ 2.80GHz
- **CPU**: AMD EPYC 7763 64-Core Processor

## Configuration

Expand Down Expand Up @@ -45,41 +45,41 @@

| Policy | HotSet 90/10 | Uniform | Zipfian 1.0 |
|--------|-------:|-------:|-------:|
| **2Q** | 12.99 | 17.99 | 8.86 |
| **Clock** | 13.94 | 18.09 | 9.24 |
| **Clock-Pro** | 13.00 | 10.19 | 8.21 |
| **FIFO** | 11.71 | 11.81 | 7.97 |
| **Heap-LFU** | 8.11 | 7.62 | 6.02 |
| **LFU** | 8.07 | 8.53 | 5.63 |
| **LIFO** | 15.54 | 21.60 | 9.96 |
| **LRU** | 11.88 | 17.29 | 8.58 |
| **LRU-K** | 12.12 | 13.31 | 8.30 |
| **MFU** | 10.29 | 11.25 | 7.94 |
| **MRU** | 16.21 | 18.85 | 11.43 |
| **NRU** | 13.71 | 0.62 | 7.18 |
| **Random** | 15.18 | 17.70 | 9.71 |
| **S3-FIFO** | 12.79 | 12.35 | 8.35 |
| **SLRU** | 13.09 | 17.63 | 8.90 |
| **2Q** | 11.57 | 16.38 | 8.41 |
| **Clock** | 13.34 | 17.35 | 8.93 |
| **Clock-Pro** | 12.22 | 10.06 | 7.98 |
| **FIFO** | 11.27 | 11.63 | 7.84 |
| **Heap-LFU** | 7.91 | 7.69 | 5.98 |
| **LFU** | 7.52 | 8.28 | 5.40 |
| **LIFO** | 14.02 | 20.74 | 9.53 |
| **LRU** | 11.23 | 15.29 | 8.19 |
| **LRU-K** | 10.67 | 12.64 | 7.84 |
| **MFU** | 9.80 | 10.16 | 7.81 |
| **MRU** | 15.50 | 17.16 | 11.26 |
| **NRU** | 12.68 | 0.66 | 6.97 |
| **Random** | 13.86 | 16.19 | 9.21 |
| **S3-FIFO** | 11.36 | 11.26 | 7.77 |
| **SLRU** | 11.65 | 16.27 | 8.41 |

## Latency P99 (nanoseconds)

| Policy | HotSet 90/10 | Uniform | Zipfian 1.0 |
|--------|-------:|-------:|-------:|
| **2Q** | 76 | 133 | 98 |
| **Clock** | 91 | 131 | 120 |
| **Clock-Pro** | 219 | 359 | 313 |
| **FIFO** | 170 | 210 | 194 |
| **Heap-LFU** | 284 | 355 | 309 |
| **LFU** | 188 | 389 | 219 |
| **LIFO** | 60 | 90 | 76 |
| **LRU** | 88 | 123 | 109 |
| **LRU-K** | 129 | 196 | 147 |
| **MFU** | 187 | 214 | 208 |
| **MRU** | 96 | 129 | 101 |
| **NRU** | 199 | 11535 | 590 |
| **Random** | 93 | 126 | 108 |
| **S3-FIFO** | 142 | 243 | 188 |
| **SLRU** | 73 | 136 | 103 |
| **2Q** | 81 | 140 | 100 |
| **Clock** | 81 | 130 | 111 |
| **Clock-Pro** | 210 | 310 | 281 |
| **FIFO** | 160 | 200 | 190 |
| **Heap-LFU** | 271 | 330 | 310 |
| **LFU** | 190 | 351 | 220 |
| **LIFO** | 60 | 81 | 71 |
| **LRU** | 90 | 131 | 110 |
| **LRU-K** | 130 | 190 | 150 |
| **MFU** | 200 | 231 | 220 |
| **MRU** | 91 | 131 | 100 |
| **NRU** | 180 | 11011 | 581 |
| **Random** | 100 | 131 | 110 |
| **S3-FIFO** | 171 | 241 | 220 |
| **SLRU** | 80 | 140 | 101 |

## Scan Resistance

Expand Down
Loading
Loading