- Aug 04, 2024
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Allowing better error detection and faster execution (hardware accelerated).
-
João Magalhães authored
This allows both aarch64 and sse4.2 implementations.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
This should improved performance by 200%.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Intel implementation uses a different polynomial (CRC-32/ISCSI or CRC32-C (Castagnoli)) so I had to remove the support.
-
- Aug 03, 2024
-
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Major improved of zippy format See merge request !54
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Uses hardware acceleration if available, otherwise falls back to software implementation.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Includes strong header which includes CRC32.
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
-
João Magalhães authored
Also simplified error to string conversion.
-
João Magalhães authored
-
- Aug 02, 2024
-
-
João Magalhães authored
-
João Magalhães authored
This approach avoids many of the possible panics.
-
João Magalhães authored
-
João Magalhães authored
It's used because of static size nature of it.
-
João Magalhães authored
Support for BOSC (Boytacean Save Compressed) format See merge request !53
-
João Magalhães authored
Created automatic inference of format from magic number. Extracts BOS data from BOSC files to be used in web.
-
João Magalhães authored
Moved BOSC up in the file for better readability.
-
João Magalhães authored
-