We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c897b28 commit 26f7426Copy full SHA for 26f7426
1 file changed
vortex-python/src/io.rs
@@ -280,7 +280,7 @@ impl PyVortexWriteOptions {
280
/// >>> vx.io.VortexWriteOptions.default().write(sprl, "chonky.vortex")
281
/// >>> import os
282
/// >>> os.path.getsize('chonky.vortex')
283
- /// 216004
+ /// 216036
284
/// ```
285
///
286
/// Wow, Vortex manages to use about two bytes per integer! So advanced. So tiny.
@@ -292,7 +292,7 @@ impl PyVortexWriteOptions {
292
/// ```python
293
/// >>> vx.io.VortexWriteOptions.compact().write(sprl, "tiny.vortex")
294
/// >>> os.path.getsize('tiny.vortex')
295
- /// 55120
+ /// 55152
296
297
298
/// Random numbers are not (usually) composed of random bytes!
0 commit comments