iancmcc / bingoLinks
Fast, zero-allocation, lexicographic-order-preserving packing/unpacking of native Go types to bytes.
☆50Updated last year
Alternatives and similar repositories for bingo
Users that are interested in bingo are comparing it to the libraries listed below
Sorting:
- MUS format serializer for Go☆120Updated 3 months ago
- A set of performant rate limiters for Go☆90Updated last year
- High performance JSON iterator & validator for Go☆99Updated 2 years ago
- Hare is a nimble little database management system for Go.☆97Updated 4 years ago
- A comprehensive, reusable and efficient concurrent-safe generics utility functions and data structures library.☆108Updated 2 years ago
- 🚀 Fast and light wildcard pattern matching.☆99Updated last year
- Provides SIMD within a register (SWAR) primitives in Golang☆54Updated 8 months ago
- Tiny wrapper around SQLX for Generic SQL queries☆49Updated last year
- Generic manual memory management for golang☆193Updated last year
- A fast (5x) string keyed read-only map for Go - particularly good for keys using a small set of nearby runes.☆70Updated last year
- Compact, sortable and fast unique IDs with embedded metadata.☆94Updated 4 years ago
- Fast, dependable universally unique ids☆26Updated this week
- Zero allocation Nullable structures in one library with handy conversion functions, marshallers and unmarshallers☆87Updated 2 years ago
- Generic concurrent lock-free map for Golang☆45Updated last year
- Embed arbitrary resources into a go executable at runtime, after the executable has been built.☆88Updated 9 months ago
- [MODULE] - Fast JSON lexer (tokenizer) with no memory footprint and no garbage collector pressure (zero-alloc). 5x faster compared to Go'…☆50Updated 3 years ago
- A Unicode-based case conversion library for Go☆61Updated 2 years ago
- little websocket implementation☆37Updated 3 years ago
- Gio-Plugins offers new plugins to extend and enhance your Gio app. Inspired by flutter/plugins repository,☆71Updated last month
- Package set is a small wrapper around the official reflect package that facilitates loose type conversion and assignment into native Go t…☆47Updated 3 years ago
- Powerful and versatile MIME sniffing package using pre-compiled glob patterns, magic number signatures, XML document namespaces, and tree…☆100Updated 2 years ago
- 🍃 Tiny event emitter built on generics