You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
perf(crc32b): optimize result_str to avoid redundant conversions
- Simplify u32 conversion in result_str
- Avoid redundant byte conversion and back
- Direct formatting of CRC value
- Maintains correctness: ISO 3309 polynomial
- Output: echo -n 'Test' | cksum -a crc32b → 2018365746 4
- Raw output: 0x784DD132
0 commit comments