A fast little LRU cache for Go
☆175May 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. We may earn a commission when you buy through links labeled 'Ad' on this page.
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.☆223Feb 24, 2026Updated last month
- simple data streams for go☆32Aug 25, 2022Updated 3 years ago
- An R-tree implementation for Go☆341Aug 18, 2024Updated last year
- A goroutine limiter for Go☆84Feb 25, 2022Updated 4 years ago
- Make random JSON in Go☆25Feb 9, 2020Updated 6 years ago
- Write ahead log for Go.☆720Aug 31, 2025Updated 6 months ago
- Write ahead Raft log for Go☆58Aug 30, 2020Updated 5 years ago
- Simple string pattern matcher for Go☆137Sep 5, 2025Updated 6 months ago
- A buffer pool file I/O library for Go☆56Feb 7, 2022Updated 4 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 LRU cache package for Go☆36May 11, 2023Updated 2 years ago
- Load file-backed memory☆122Oct 12, 2022Updated 3 years ago
- Golang Epoll Support - Linux☆19Oct 2, 2019Updated 6 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 event-loop networking for Go (the lite version)☆70Nov 3, 2020Updated 5 years ago
- Efficiently box values in Go. Optimized for primitives, strings, and byte slices.☆77Aug 19, 2025Updated 7 months ago
- High Availability Raft Framework for Go☆661Dec 16, 2025Updated 3 months ago
- A distributed service for monotonically increasing tickets.☆42Jan 2, 2020Updated 6 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
- A simple interface wrapper around a Go channel.☆322Nov 3, 2020Updated 5 years ago
- Fast little priority queue for Rust.☆15Jun 1, 2025Updated 9 months ago
- A JSON stream parser for Go☆68Sep 7, 2022Updated 3 years ago
- Decentralized kv storage engine,support decentralized P2P networking, data synchronization and consistency between nodes.☆14Jan 4, 2026Updated 2 months ago
- 0-RTT network protocol optimized for P2P transfers.☆25Aug 31, 2025Updated 6 months ago
- Zero-allocation type-safe pool for Go☆253May 5, 2023Updated 2 years ago
- Redis compatible server framework for Go☆2,298May 9, 2025Updated 10 months ago
- Run Go executables under llvm-mca☆13Apr 1, 2022Updated 3 years ago
- A fast in-memory prefix tree that uses uint64 for keys and allows for duplicate entries.☆203Feb 3, 2021Updated 5 years ago
- Anti-memory-waste byte buffer pool☆1,328Jul 20, 2024Updated last year
- Faster integer compression in Go with SIMD using StreamVByte codec☆43Aug 15, 2023Updated 2 years ago
- go implementation of anchorhash☆15Nov 19, 2020Updated 5 years ago
- A small tool for embedding files in a Go source file.☆11Nov 3, 2020Updated 5 years ago
- fastest goid☆16Mar 6, 2025Updated last year
- Simple Go library for executing lots of operations spread over any number of threads☆78Feb 23, 2026Updated last month
- Fast event-loop networking for Go☆6,038Oct 22, 2023Updated 2 years ago
- RTree implementation for Go☆54Feb 8, 2021Updated 5 years ago
- Memory store like map[string]interface{} with better performance when reuse memory☆19Oct 23, 2022Updated 3 years ago
- 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