mirror of
https://github.com/ziglang/zig.git
synced 2026-01-03 03:53:20 +00:00
- use ArrayList strategically to reduce allocations - use a BufferedReader to avoid unnecessary memcpy of the certs - use for loops - skip certs with invalid magic instead of asserting