Go Open Source Algorithms Benchmarks
Benchmarking Go's 3D Bin Packing Libraries: Building GoPackX
I benchmarked every Go bin packing library across 7 scenarios. Here's what I found about correctness, performance, and why I built GoPackX.
Writing about software engineering, open source, and lessons learned building real-world systems.
I benchmarked every Go bin packing library across 7 scenarios. Here's what I found about correctness, performance, and why I built GoPackX.
Go's string similarity ecosystem is fragmented across 8+ libraries with Unicode bugs, NaN edge cases, and missing phonetic support. Here's what I found and why I built strsim.