8000 Tags · ronanh/intcomp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ronanh/intcomp

Tags

v1.1.1

Toggle v1.1.1's commit message
set ntz to 0 if sign is set for int64

The commit fixes a bug when compressing a set of int64 numbers where the
ntz is greater than 0 but the set has a negative difference. In this
circumstance the shift to trim the ntz bits was removing the sign needed
to recover negative differences during decompression. This change fixes
to issue by setting ntz to 0 if the set has a negative difference.

fixes #18

v1.1.0

Toggle v1.1.0's commit message
Add TODO

v1.0.1

Toggle v1.0.1's commit message
Fix panic in CompressDeltaBinPack

v1.0.0

Toggle v1.0.0's commit message
Initial version

0