Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 1.03 KB

TODO.md

File metadata and controls

36 lines (18 loc) · 1.03 KB

Todo

Usability

[ ] Better support and benchmarks for non-English texts

[ ] Example for image compression use case

[ ] Expose more parameters and allow skipping steps in CLI / generate(), via arguments or config file

[ ] Provide pure JS libraries where relevant

[ ] Online GUI

[ ] Validation testing for Safari

[ ] Fix slow rendering with Selenium in validation

Compression

[ ] evaluate BWT-MTF variants, and improve js MTF decoding times for large files

[ ] Respect-caps mode using a next-letter-invert-caps-symbol (either on top of the auto-caps when that is viable or forced, or stand-alone)

[ ] Dictionary compression for long texts

[ ] Fast Huffman one-shift decoder

[ ] Save (e.g. Huffman) metadata in image / in png metadata

[ ] Base139

[ ] Compress the JS itself and use eval

[ ] Strip whitespace from lines not part of multi-line content strings