From d6b0495f3d393bdffac44483ec33fa146790fb79 Mon Sep 17 00:00:00 2001 From: Moritz Borcherding Date: Sat, 14 Dec 2024 21:24:15 +0100 Subject: [PATCH] make list render nicely --- Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index 5f6462f..f21deed 100644 --- a/Readme.md +++ b/Readme.md @@ -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