Skip to content

Commit

Permalink
make list render nicely
Browse files Browse the repository at this point in the history
  • Loading branch information
KillingSpark committed Dec 14, 2024
1 parent a6f3541 commit d6b0495
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,12 @@ This decoder is pretty much feature complete. If there are any wishes for new AP
## Roadmap

1. More Performance optimizations
* sequence_decoding and reverse_bitreader::get_bits. Those account for about 50% of the whole time used in decoding
* Matching suffixes. This accounts for >60% of the whole time used in encoding
1. sequence_decoding and reverse_bitreader::get_bits. Those account for about 50% of the whole time used in decoding
2. Matching suffixes. This accounts for >60% of the whole time used in encoding
2. Implement encoder features
* More levels
* Dictionaries
* Checksums
1. More levels
2. Dictionaries
3. Checksums

## Testing

Expand Down

0 comments on commit d6b0495

Please sign in to comment.