A fast little LRU cache for Go
☆174May 22, 2023Updated 2 years ago
Alternatives and similar repositories for tinylru
Users that are interested in tinylru are comparing it to the libraries listed below
Sorting:
- Just an itsy bitsy b-tree in Go☆96Aug 29, 2021Updated 4 years ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Feb 24, 2026Updated last week
- An R-tree implementation for Go☆340Aug 18, 2024Updated last year
- Write ahead Raft log for Go☆58Aug 30, 2020Updated 5 years ago
- Load file-backed memory☆121Oct 12, 2022Updated 3 years ago
- Write ahead log for Go.☆710Aug 31, 2025Updated 6 months ago
- Make random JSON in Go☆25Feb 9, 2020Updated 6 years ago
- Simple string pattern matcher for Go☆136Sep 5, 2025Updated 6 months ago
- simple data streams for go☆31Aug 25, 2022Updated 3 years ago
- A goroutine limiter for Go☆84Feb 25, 2022Updated 4 years ago
- A simple and efficient LRU cache package for Go☆36May 11, 2023Updated 2 years ago
- Golang Epoll Support - Linux☆19Oct 2, 2019Updated 6 years ago
- key value database with transactional capabilities. Created for a Distributed Systems class, not suitable for production☆15Dec 5, 2018Updated 7 years ago
- A simple and efficient hashmap package for Go. Uses open addressing, Robin Hood hashing, and xxhash algorithm.☆82Mar 17, 2022Updated 3 years ago
- A buffer pool file I/O library for Go☆55Feb 7, 2022Updated 4 years ago
- B-tree implementation for Go☆1,198Updated this week
- Run Go executables under llvm-mca☆13Apr 1, 2022Updated 3 years ago
- Package icmpx provides low-level ICMPv4 (IPPROTO_ICMP) and ICMPv6 (IPPROTO_ICMPV6) raw socket support for Linux. MIT Licensed.☆31Sep 7, 2023Updated 2 years ago
- High Availability Raft Framework for Go☆662Dec 16, 2025Updated 2 months ago
- A distributed service for monotonically increasing tickets.☆42Jan 2, 2020Updated 6 years ago
- Fast little priority queue for Rust.☆15Jun 1, 2025Updated 9 months ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Aug 19, 2025Updated 6 months ago
- Redis compatible server framework for Go☆2,296May 9, 2025Updated 9 months ago
- go implementation of anchorhash☆15Nov 19, 2020Updated 5 years ago
- Zero-allocation type-safe pool for Go☆252May 5, 2023Updated 2 years ago
- ☆148Mar 26, 2024Updated last year
- Anti-memory-waste byte buffer pool☆1,327Jul 20, 2024Updated last year
- 0-RTT network protocol optimized for P2P transfers.☆25Aug 31, 2025Updated 6 months ago
- A JSON stream parser for Go☆68Sep 7, 2022Updated 3 years ago
- Source code for pprof.host site☆17Sep 22, 2025Updated 5 months ago
- ☆261Feb 26, 2026Updated last week
- skipset is a high-performance, scalable concurrent sorted set based on skip-list. Up to 15x faster than sync.Map in the typical pattern.☆264Apr 2, 2023Updated 2 years ago
- A simple interface wrapper around a Go channel.☆322Nov 3, 2020Updated 5 years ago
- Decentralized kv storage engine,support decentralized P2P networking, data synchronization and consistency between nodes.☆14Jan 4, 2026Updated 2 months ago
- Go sqlite3 cache☆21Mar 6, 2024Updated last year
- A fast in-memory prefix tree that uses uint64 for keys and allows for duplicate entries.☆203Feb 3, 2021Updated 5 years ago
- Fast event-loop networking for Go☆6,038Oct 22, 2023Updated 2 years ago
- A simple thread-safe and fixed size LRU. Based on the Hashlru Algorithm☆71Mar 17, 2023Updated 2 years ago
- A key/value database for the Phoenix Golang Meetup's Build a Database Server challenge.☆28Nov 8, 2018Updated 7 years ago