avatar

xnacly - blog

Fullstack Developer and Tech enthusiast

Fun with Go Iterators

Go 1.23 added Iterators, so lets build a js like streaming api

Making libjson RFC 8259 compilant

Giving lots of edge cases attention, so I can call my json parser RFC 8259 compliant

HashMap in 25 lines of C

Minimal hash table implementation

Calling Go Functions from c++

Interacting with the Go runtime with c++ (or c, i think)