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

core: replace crc32 implementation #246

Merged
merged 5 commits into from Aug 28, 2019
Merged

Commits on Aug 19, 2019

  1. core: replace crc32 implementation

    The previous crc32 implementation was not optimal from a performance
    point-of-view.
    This patch introduces Stephan Brumme's Fast CRC32 which is a lot faster
    than the old algorithm.
    arogge committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    838aef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. core: cleanup imported crc32

    - remove unneeded files
    - rename files to match our naming standards
    arogge committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    f7c2ae6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb9942e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1467956 View commit details
    Browse the repository at this point in the history
  4. tests: improve crc32 testcase

    arogge committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    be5c868 View commit details
    Browse the repository at this point in the history