Open
Description
When pasting bitshuffle-encoded data, large files can take a long time to paste, since the application must read the text into memory. This is exacerbated by large line lengths.
The current standard is to add one line break after each packet. However, with large chuck sizes (>~1000) this decreases load times significantly.
We should add an option, enabled by default, to insert line breaks approximately every 100 characters.