komrad36 / CRCLinks
Fastest CRC32 for x86, Intel and AMD, + comprehensive derivation and discussion of various approaches
☆301Updated 4 years ago
Alternatives and similar repositories for CRC
Users that are interested in CRC are comparing it to the libraries listed below
Sorting:
- Storage for my snippets, toy programs, etc.☆366Updated 6 months ago
- SIMD (SWAR/SSE/SSE4/AVX2/AVX512F/ARM Neon) of Karp-Rabin algorithm's modification☆261Updated 3 years ago
- This repository contains high-performance implementations of memset and memcpy in assembly.☆335Updated 3 years ago
- Interactive C/C++ preprocessor macro debugger☆172Updated 4 years ago
- uops.info Code Analyzer☆290Updated last year
- A C/C++ header file for fast 32-bit division remainders (and divisibility tests) on 64-bit hardware.☆328Updated 10 months ago
- A terminal viewer for x86 instruction/intrinsic information using Python 3 + curses☆128Updated 2 years ago
- A small study in hardware accelerated AoS reversal☆176Updated 6 years ago
- Fast CRC32 implementations☆95Updated 3 months ago
- The Minimal LZMA (minlzma) project aims to provide a minimalistic, cross-platform, highly commented, standards-compliant C library (minlz…