We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f42e13 commit 4602536Copy full SHA for 4602536
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
- /// 216036
+ /// 215972
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
- /// 55152
+ /// 55088
296
297
298
/// Random numbers are not (usually) composed of random bytes!
0 commit comments