Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get compress performance to match paper algorithm 4 #3

Merged
merged 20 commits into from
Aug 15, 2024

Commits on Aug 13, 2024

  1. add license headers

    a10y committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d4cc929 View commit details
    Browse the repository at this point in the history
  2. save

    a10y committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    9062072 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. save

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    b625318 View commit details
    Browse the repository at this point in the history
  2. save

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    8d11823 View commit details
    Browse the repository at this point in the history
  3. save

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bb648e8 View commit details
    Browse the repository at this point in the history
  4. add some conformance tests

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    4a45e91 View commit details
    Browse the repository at this point in the history
  5. make clippy and cargofmt happy

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    04ef0ed View commit details
    Browse the repository at this point in the history
  6. make cargo doc happy

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    a4cefbf View commit details
    Browse the repository at this point in the history
  7. remove

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6a5ee5c View commit details
    Browse the repository at this point in the history
  8. use stable toolchain

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    54deb7f View commit details
    Browse the repository at this point in the history
  9. remove no longer used stuff

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    0fce563 View commit details
    Browse the repository at this point in the history
  10. license headers

    a10y committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    569e365 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. remove copyright

    a10y committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    75acb6c View commit details
    Browse the repository at this point in the history
  2. fix table insert

    a10y committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3bfff50 View commit details
    Browse the repository at this point in the history
  3. fix test

    a10y committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    489537f View commit details
    Browse the repository at this point in the history
  4. add file compressor example

    a10y committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    a6ade02 View commit details
    Browse the repository at this point in the history
  5. clarify doc

    a10y committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4fbbb99 View commit details
    Browse the repository at this point in the history
  6. cleanup

    a10y committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    3b14e8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9b41bc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b97469e View commit details
    Browse the repository at this point in the history