-
Notifications
You must be signed in to change notification settings - Fork 65
Comparing changes
Open a pull request
base repository: fast-pack/JavaFastPFOR
base: JavaFastPFOR-0.3.1
head repository: fast-pack/JavaFastPFOR
compare: JavaFastPFOR-0.3.2
- 9 commits
- 4 files changed
- 2 contributors
Commits on Sep 29, 2025
-
Fix variable-byte encoding of large longs
Previously, the branch encoding longs in 9 bytes was unreachable because the condition `val < (1L << 63)` is always false. Only negative longs should be encoded using 10 bytes.
Configuration menu - View commit details
-
Copy full SHA for 9640566 - Browse repository at this point
Copy the full SHA 9640566View commit details
Commits on Oct 4, 2025
-
Configuration menu - View commit details
-
Copy full SHA for a0a5aff - Browse repository at this point
Copy the full SHA a0a5affView commit details -
Update JavaFastPFOR version to 0.3.1
Updated the dependency version for JavaFastPFOR in both Maven and Gradle sections of the README.
Configuration menu - View commit details
-
Copy full SHA for f92dc36 - Browse repository at this point
Copy the full SHA f92dc36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 597a7ef - Browse repository at this point
Copy the full SHA 597a7efView commit details -
Update README by removing authors and changing JDK version
Removed author section and updated JDK version requirement.
Configuration menu - View commit details
-
Copy full SHA for bc44781 - Browse repository at this point
Copy the full SHA bc44781View commit details -
Revise README with Java example for compression
Updated usage section with a complete Java example demonstrating the compression and uncompression process using FastPFOR128.
Configuration menu - View commit details
-
Copy full SHA for 73f164b - Browse repository at this point
Copy the full SHA 73f164bView commit details -
Remove license information from README
Removed license section from README.
Configuration menu - View commit details
-
Copy full SHA for 1414beb - Browse repository at this point
Copy the full SHA 1414bebView commit details -
Merge pull request #61 from piotrrzysko/fixLongVariableByte
Fix variable-byte encoding of large longs
Configuration menu - View commit details
-
Copy full SHA for bd91806 - Browse repository at this point
Copy the full SHA bd91806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4388844 - Browse repository at this point
Copy the full SHA 4388844View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff JavaFastPFOR-0.3.1...JavaFastPFOR-0.3.2