perf: make crc32 100x faster on x86-64 (#278)

This change makes checkpoints load significantly faster by optimizing
pkzip's cyclic redundancy check. This code was developed by Intel and
Google and Mozilla. See Chromium's zlib codebase for further details.
This commit is contained in:
Justine Tunney
2024-05-31 21:58:30 -07:00
committed by GitHub
parent 814280343c
commit e1384defca
2 changed files with 234 additions and 0 deletions

2
thirdparty/.clang-format vendored Normal file
View File

@@ -0,0 +1,2 @@
DisableFormat: true
SortIncludes: Never