-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Description
π Documentation Bug
Summary
The Performance Tips section 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).- 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
- Clarify that chunk size can affect display/output granularity, not I/O throughput (unless benchmarked).
- Either implement or remove reference to
MmapBytes. - Update chaining suggestion once
--chainfeature is available or remove it in the meantime.
π¦ Environment
- Version: binfiddle 0.3.0
- Platform: All
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdocumentationImprovements or additions to documentationImprovements or additions to documentation
Projects
Status
Todo