Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
danking committed Oct 25, 2024
1 parent 8873489 commit 0b0e3df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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
16174
13970
>>> cvtx.nbytes / vtx.nbytes
0.11468969820739733
0.099...

Vortex uses nearly ten times fewer bytes than Arrow. Fewer bytes means more of your data fits in
cache and RAM.
Expand All @@ -70,7 +70,7 @@ similar to or smaller than Parquet.

>>> from os.path import getsize
>>> getsize("example.vortex") / getsize("_static/example.parquet")
2.17...
2.16...

Read
^^^^
Expand Down

0 comments on commit 0b0e3df

Please sign in to comment.