π Documentation Bug
Summary
The Performance Tips section lists options and strategies that are either not implemented or misleading:
β Issues Identified
--chunk-size 64 is valid, but its impact on performance isn't documented or benchmarked.
MmapBytes feature is mentioned but doesn't exist in code or flags (despite memmap2 being a dependency).
- Suggestion to βchain operations to minimize I/Oβ is invalid as chaining is not currently supported (see [Chaining Issue](https://github.com/araray/binfiddle/issues/XX)).
β
Suggested Fixes
π¦ Environment
- Version: binfiddle 0.3.0
- Platform: All
π Documentation Bug
Summary
The
Performance Tipssection lists options and strategies that are either not implemented or misleading:β Issues Identified
--chunk-size 64is valid, but its impact on performance isn't documented or benchmarked.MmapBytesfeature is mentioned but doesn't exist in code or flags (despitememmap2being a dependency).β Suggested Fixes
MmapBytes.--chainfeature is available or remove it in the meantime.π¦ Environment