Idiomatic, concurrent-safe Go ports of popular single-header C libraries. Starting with jsmn-go for lightweight JSON tokenizing.

1 Open Issue Need Help Last updated: Jul 12, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task involves porting single-header C libraries (like stb_image.h, stb_truetype.h, miniz.h, linenoise.h) to Go, ensuring concurrency safety and adding concurrent features using goroutines. The project aims for idiomatic Go code, allocation-free where possible, and includes benchmarking against the original C libraries.

Complexity: 4/5
help wanted good first issue

Idiomatic, concurrent-safe Go ports of popular single-header C libraries. Starting with jsmn-go for lightweight JSON tokenizing.

Go