Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lucianpls authored Dec 20, 2024
1 parent da027c3 commit 4bca5ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,14 @@ metadata to allow decoding.

# Change Log

## Version 1.2.1
- Bug fix, decoding of best mode could fail for 32 and 64 bit integers, due to
overflow of an internal accumulator used to decode index groups.
- Removed encoding dependency on STL::sort by including an implementation
of bubble sort. Since the sorted vector had at most 8 values, the use of STL sort
was overkill and increased size of the library code without a noticeable
performance benefit. A side benefit is that porting to C is now easier.

## Version 1.2.0
- Speed optimizations, both compression and decompression
- More than 400MB/sec for byte data using the default mode
Expand Down

0 comments on commit 4bca5ca

Please sign in to comment.