glouwbug

↗ HN profile [ 88.5 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. Show HN: Nibble (github.com)

    An attempt at a single pass LLVM frontend in ~3000 lines of C without external dependencies, malloc, or an AST. Included are some graphical examples. The IR isn't perfect, and the README touches on one particular…

  2. Assuming the operating system's file system is built on some B+tree, the filename is the key (a UUID) and IO calls like fopen() and fclose() will have O(logn) access time. Files, while being modified, can be locked to…

  3. C Template Library (github.com)
  4. Weaver (github.com)