create low memory key/value objects in Go
☆22Apr 18, 2017Updated 8 years ago
Alternatives and similar repositories for pair
Users that are interested in pair are comparing it to the libraries listed below
Sorting:
- Keep your Go app time synced with Google time. Avoid clock drift.☆13Nov 3, 2020Updated 5 years ago
- Specialized 2D/3D R-Tree library for Go☆11May 31, 2017Updated 8 years ago
- Easy handling of memory-mapped files☆22Mar 28, 2014Updated 11 years ago
- A simple TCP server implemented in Golang☆10Nov 30, 2017Updated 8 years ago
- Server-side rendering for Javascript based web-apps☆18Feb 17, 2022Updated 4 years ago
- List your Go(lang) declarations for your currently opened file in your Atom IDE☆15May 21, 2017Updated 8 years ago
- Binary heap priority queues in Go☆32Jan 25, 2021Updated 5 years ago
- 10,000 Cities with Latitude, Longitude, and Elevation in Go☆165Jan 25, 2021Updated 5 years ago
- x86-64 instruction encoder in Go☆23Nov 2, 2019Updated 6 years ago
- 🌈 🐴 Turn your terminal text into an absolutely beautiful display of dazzling colors....☆19Oct 13, 2017Updated 8 years ago
- Go module and utility for executing machine code☆24Feb 11, 2026Updated last month
- Cross-platform OpenGL bindings in Go.☆18Jun 21, 2024Updated last year
- A simple and efficient LRU cache package for Go☆36May 11, 2023Updated 2 years ago
- Code Generated Validation for Go☆22Jan 17, 2020Updated 6 years ago
- 235,886 Words for Go☆12Nov 16, 2018Updated 7 years ago
- Murmur3 hash in Go☆13Dec 15, 2017Updated 8 years ago
- Plot pixels on a 320x200 256c canvas☆11Jan 8, 2024Updated 2 years ago
- The HexagonE VM☆26Aug 23, 2022Updated 3 years ago
- Simple string pattern matcher for Go☆137Sep 5, 2025Updated 6 months ago
- The memfs package is an in memory filesystem for go.☆15Feb 24, 2026Updated 3 weeks ago
- A disk-based HashMap implementation allowing persistence of data across sessions.☆14May 7, 2014Updated 11 years ago
- Package block enables programmatic access to block devices. MIT Licensed.☆21Oct 25, 2018Updated 7 years ago
- A hashmap for Go that uses crypto random seeds, hash hints, open addressing, and robin hood hashing.☆29May 18, 2019Updated 6 years ago
- A convenient LRU cache server that supports REST API and Let's Encrypt.☆18May 24, 2018Updated 7 years ago
- A high performance lock free map type for go.☆20Apr 19, 2018Updated 7 years ago
- Memorable references to binary data (eg. private keys) encoded as common words.☆12Oct 16, 2022Updated 3 years ago
- An object store for scientific data☆52Mar 5, 2026Updated 2 weeks ago
- Package tcpopt implements encoding and decoding of TCP-level socket options☆12Mar 14, 2019Updated 7 years ago
- Manage OAuth scopes easily☆17Mar 4, 2016Updated 10 years ago
- mock and validate your calls to REST API's in GO☆30Nov 19, 2025Updated 4 months ago
- radix-2 fast Fourier transform☆36Apr 29, 2023Updated 2 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Mar 17, 2022Updated 4 years ago
- Fast Raft framework using the Redis protocol for Go☆534Nov 3, 2020Updated 5 years ago
- A simple interface wrapper around a Go channel.☆322Nov 3, 2020Updated 5 years ago
- Assembly-optimized Marvin32 hash function☆12Jan 17, 2024Updated 2 years ago
- Package vxlan implements marshaling and unmarshaling of Virtual eXtensible Local Area Network (VXLAN) frames, as described in RFC 7348. …☆11Apr 20, 2016Updated 9 years ago
- An R-tree implementation for Go