Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
The CRC32 Impl in Site2Site is 4x slower than a custom thread safe implementation and approximately 200x slower than zlib. We should probably opt for zlib's implementation. The pure C++ implementation is also an option if there are potential concerns for portability.
I do think the bigger issue will be maintenance as zlib's implementation is well accepted and platform independent.
Attachments
Issue Links
- contains
-
MINIFICPP-128 CRC not matching for Site to Site on RPi
- Resolved