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 36fc72d commit 609200cCopy full SHA for 609200c
src/components/overlay/index.tsx
@@ -7,9 +7,9 @@ export const Overlay = () => {
7
</div>
8
9
<div className="absolute bottom-5 md:bottom-3 left-1/2 -translate-x-1/2 md:left-14 md:translate-x-0 text-white bg-background w-[274px] lg:w-[324px] text-left font-mono text-xs md:text-sm lg:px-4 py-1 px-3 md:py-2">
10
- 200x faster random access
+ 100x faster random access
11
<br />
12
- 2-10x faster scans
+ 10-20x faster scans
13
14
5x faster writes
15
0 commit comments