mirror of
https://github.com/ziglang/zig.git
synced 2025-12-09 15:53:08 +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