The Wayback Machine - https://web.archive.org/web/20200917013126/https://github.com/LemonBoy
Skip to content
Avatar

Highlights

  • Arctic Code Vault Contributor

Organizations

@irssi

Popular repositories

  1. A featherweight, lemon-scented, bar based on xcb

    C 1.2k 178

  2. A lightweight device mounter, with libudev as only dependency

    C 172 22

  3. Statistic-driven micro-benchmark framework

    Nim 38 4

  4. Fuck PS3 we haz Space Invaders!

    C 22 3

  5. compactdict Archived

    A compact dictionary implementation

    Nim 21 2

  6. A lightweight fast and simple homebrew loader for Nintendo Wii.

    C 17 3

675 contributions in the last year

Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri
Activity overview
Contributed to ziglang/zig, LemonBoy/vim-objdump, LemonBoy/elf2aab and 5 other repositories
Loading

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
You can’t perform that action at this time.