enduku

↗ HN profile [ 71.0 ms ] full profile

No user record in our sample, but enduku has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.

  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…