mirror of
https://github.com/ziglang/zig.git
synced 2025-12-10 16:23:07 +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