Open Issues Need Help
View All on GitHub Port Wishlist & Contribution Ideas about 2 months ago
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