Skip to content

Commit

Permalink
Faster FSST decompression
Browse files Browse the repository at this point in the history
  • Loading branch information
gatesn committed Jan 1, 2025
1 parent 6f5a88b commit e06b60d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@ Use :func:`~vortex.encoding.compress` to compress the Vortex array and check the

>>> cvtx = vortex.compress(vtx)
>>> cvtx.nbytes
16859
16606
>>> cvtx.nbytes / vtx.nbytes
0.119...
0.117...

Vortex uses nearly ten times fewer bytes than Arrow. Fewer bytes means more of your data fits in
cache and RAM.
Expand Down

0 comments on commit e06b60d

Please sign in to comment.