enduku

↗ HN profile [ 84.8 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I wrote vibe, a small single-header C library for framed TCP and Unix-domain-socket messaging on Linux: https://github.com/xtellect/vibe It uses one background epoll thread. Application code polls an inbox queue for…

  2. Hi HN. I’ve been working on jsoon, a JSON query engine in one C file. The target use case is large JSON where I only need one or two fields out of the document. It doesn’t build a DOM. It scans for structure, skips…