Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Popular repositories
675 contributions in the last year
Activity overview
Contribution activity
September 2020
Created a pull request in ziglang/zig that received 4 comments
std: Make the CRC32 calculation slightly faster
Speed up a little the slicing-by-8 code path by replacing the
(load+shift+xor)*4 sequence with a single u32 load plus a xor.
Before:
iterative: 101…
+1
−4
•
4
comments
- Two std.fmt fixes
- std: Fix typo in ELF section header iterator
- std: Limit the read/write size on Darwin
- std: Add a gzip decoder
- std: Make the DEFLATE decompression routine 3x faster
- std: Add DEFLATE and zlib decompressors
- std: Fix silent overflow in float parsing code
- std: Don't trust stat() size in readAllAlloc fns
- ir: Typecheck the sentinel value in *[N:S1]T to [S2]T casts

