We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca11624 commit 48f5648Copy full SHA for 48f5648
1 file changed
README.md
@@ -54,7 +54,7 @@ tempCache.set('session', 'abc123'); // Automatically expires after 5 seconds
54
|---------|-------------|-------------|---------------|---------------|-------------|-------------|
55
| **tiny-lru** | 43,022 | 113,531 | **348,829** 🥇 | 335,038 | 2.2 KiB | 185 bytes |
56
| lru-cache | 27,819 | 96,739 | 133,706 | 149,700 | ~14.6 KiB | **114 bytes** 🥇 |
57
-| quick-lru | 52,200 | 118,758 | 321,377 | **391,763** 🥇 | ~1.8 KiB | 176 bytes |
+| quick-lru | **52,200** 🥇 | 118,758 | 321,377 | **391,763** 🥇 | ~1.8 KiB | 176 bytes |
58
| mnemonist | 29,933 | **192,073** 🥇 | 210,628 | N/A† | ~43.9 KiB | 99 bytes |
59
60
† *mnemonist uses different method names for delete operations*
0 commit comments