Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fast-pack/JavaFastPFOR
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: JavaFastPFOR-0.3.1
Choose a base ref
...
head repository: fast-pack/JavaFastPFOR
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: JavaFastPFOR-0.3.2
Choose a head ref
  • 9 commits
  • 4 files changed
  • 2 contributors

Commits on Sep 29, 2025

  1. 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.
    piotrrzysko committed Sep 29, 2025
    Configuration menu
    Copy the full SHA
    9640566 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2025

  1. Configuration menu
    Copy the full SHA
    a0a5aff View commit details
    Browse the repository at this point in the history
  2. Update JavaFastPFOR version to 0.3.1

    Updated the dependency version for JavaFastPFOR in both Maven and Gradle sections of the README.
    lemire authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    f92dc36 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    lemire authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    597a7ef View commit details
    Browse the repository at this point in the history
  4. Update README by removing authors and changing JDK version

    Removed author section and updated JDK version requirement.
    lemire authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    bc44781 View commit details
    Browse the repository at this point in the history
  5. Revise README with Java example for compression

    Updated usage section with a complete Java example demonstrating the compression and uncompression process using FastPFOR128.
    lemire authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    73f164b View commit details
    Browse the repository at this point in the history
  6. Remove license information from README

    Removed license section from README.
    lemire authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    1414beb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #61 from piotrrzysko/fixLongVariableByte

    Fix variable-byte encoding of large longs
    lemire authored Oct 4, 2025
    Configuration menu
    Copy the full SHA
    bd91806 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4388844 View commit details
    Browse the repository at this point in the history
Loading