Skip to content

Commit cc55a6e

Browse files
authored
update perf numbers (#6)
Signed-off-by: Will Manning <[email protected]>
1 parent fe9a218 commit cc55a6e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/overlay/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ export const Overlay = () => {
77
</div>
88

99
<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-
100-200x faster random access
10+
200x faster random access
1111
<br />
1212
2-10x faster scans
1313
<br />
14-
Similar write throughput
14+
5x faster writes
1515
<br />
16-
Similar compression ratios
16+
Similar compression ratio
1717
<br />
1818
(vs. Apache Parquet)
1919
</div>

0 commit comments

Comments
 (0)