Show HN: I vibe coded the fastest Decimal Go lib
Category: library
Tags: go, decimal, zero-allocation, fixed-point, latency-critical
Score: 8.0/10 (Innovation: 7, Technical: 9, Documentation: 9, Utility: 7)
zerodecimal is a zero-allocation, panic-free fixed-point decimal library for Go, optimized for latency-critical applications. It significantly outperforms existing Go decimal libraries through innovative techniques like reciprocal division and adaptive precision, with comprehensive testing and documentation to ensure correctness.
Target audience: backend devs, data engineers
Repository: https://github.com/AlexandrosKyriakakis/zerodecimal · Go · MIT · 1 stars
View on Hacker News