romshark / parseint
A collection of efficient generic integer parser functions for Go
☆19Updated 3 weeks ago
Related projects ⓘ
Alternatives and complementary repositories for parseint
- ☆33Updated 2 years ago
- High throughput primitives library☆49Updated last year
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆70Updated last year
- cheap Go type to hold & operate on either a read-only []byte or string☆108Updated 4 months ago
- ☆28Updated 2 years ago
- Promise to the Go compiler that your Reads and Writes are well-behaved☆56Updated 5 years ago
- Fast integer map for uint32-to-uint32☆28Updated last year
- ☆88Updated 3 years ago
- go2 generics experiment in building generic augmented BTree data structures☆24Updated 2 years ago
- Off heap golang memory pool☆59Updated 3 years ago
- Non-Invasive goroutine inspector☆91Updated 10 months ago
- Collect data about your dependencies☆41Updated 2 months ago
- Storing strings without GC overhead☆82Updated 4 years ago
- Intern Go strings☆92Updated 11 months ago
- ☆78Updated 4 years ago
- Gotcha 🎯 seamlessly patches go runtime to provide a convenient way to track amount of heap allocated bytes, objects, calls per goroutin…☆39Updated 2 years ago
- BTree provides a simple, ordered, in-memory data structure for Go programs.