diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 5b1b791b67..561eca3dfc 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -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.