Skip to content
Nate edited this page Feb 21, 2022 · 1 revision

There are functionalities that are essentials left to develop:

  • double-type support
    • require different internal memory management from float-type
    • proposal: overlap 4-byte input & errctrl-code; disengage 8-byte input & 4-byte errctrl-code
  • preprocessor, a.k.a. quality optimizer
    • 2x2 binning
    • log transform
    • multi-segment ranges
  • heterougenous Huffman codec
  • fine-grained Huffman codec
    • create new outliers other than that from prediction, need otherwise handling (and hence modifying file format)
Clone this wiki locally