Skip to content

Commit 26f7426

Browse files
committed
update file sizes
Signed-off-by: Connor Tsui <connor.tsui20@gmail.com>
1 parent c897b28 commit 26f7426

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

vortex-python/src/io.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ impl PyVortexWriteOptions {
280280
/// >>> vx.io.VortexWriteOptions.default().write(sprl, "chonky.vortex")
281281
/// >>> import os
282282
/// >>> os.path.getsize('chonky.vortex')
283-
/// 216004
283+
/// 216036
284284
/// ```
285285
///
286286
/// Wow, Vortex manages to use about two bytes per integer! So advanced. So tiny.
@@ -292,7 +292,7 @@ impl PyVortexWriteOptions {
292292
/// ```python
293293
/// >>> vx.io.VortexWriteOptions.compact().write(sprl, "tiny.vortex")
294294
/// >>> os.path.getsize('tiny.vortex')
295-
/// 55120
295+
/// 55152
296296
/// ```
297297
///
298298
/// Random numbers are not (usually) composed of random bytes!

0 commit comments

Comments
 (0)