-
Notifications
You must be signed in to change notification settings - Fork 21
Todo
gtoubassi edited this page Mar 13, 2011
·
21 revisions
- Thread safety. Both of these are problems
- OffsetNibbleHuffmanCompressionModel.encoder
- OffsetNibbleHuffmanModel.state
- Make sure c++ based unit tests have all cases from java side.
- Make system (both java and c++)
- Readme/fzip tutorial
- Java JNI interface to native
- Clean out experimental java stuff
- Performance
- PrefixHash dynamic memory is killing us on compression vs gzip (see Instruments.app)
- stream overhead in BitInput/Output is notable. No need for streams since outer layers assume buffer/length.