phuslu / lruLinks
High performance LRU cache
☆241Updated 2 months ago
Alternatives and similar repositories for lru
Users that are interested in lru are comparing it to the libraries listed below
Sorting:
- high performance in-memory cache☆359Updated 3 months ago
- Deep copy things☆27Updated 2 years ago
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆222Updated last year
- Experimental packages not in std and golang.org/exp☆80Updated last year
- ☆127Updated 2 years ago
- cpuworker - A Customized Goroutine Scheduler over Golang Runtime☆170Updated 3 years ago
- lock-free queue and other implementations☆128Updated 2 years ago
- A faster Protobuf serializer & deserializer.☆104Updated last month
- Pattern-defeating quicksort in Go with generics(need Go1.18). About 2x ~ 60x faster than the built-in sort package.☆118Updated 2 years ago
- UringNet is a lightweight and high performance network I/O framework. . The foundation of UringNet is io_uring - a new async IO interface☆124Updated last month
- A very fast dynamic Thrift serializer & deserializer.☆130Updated last month
- General Golang Code Generator☆199Updated 2 years ago
- ⚡️ lock-free utilities in Go☆163Updated last year
- Lock-free ring buffer by golang☆55Updated 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.☆264Updated 2 years ago
- auto adjust your GOGC value☆231Updated last year
- Get unix time (nanoseconds) in 8ns, 10x faster than stdlib☆141Updated 8 months ago
- A production-ready library that makes error handling, optional values, and iteration as beautiful and safe as in Rust.☆122Updated this week
- The `io_uring` library and runtime for GO☆156Updated 8 months ago
- A simple and efficient thread-safe sharded hashmap for Go☆246Updated 6 years ago
- a thread-safe concurrent map for go☆48Updated last year
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆221Updated 2 years ago
- Simple building blocks for protobuf marshaling and unmarshaling☆280Updated 3 weeks ago
- ☆258Updated last month
- The assembler from the Go compiler, in library form.☆201Updated 4 years ago
- ☆74Updated 2 years ago
- ☆150Updated 7 months ago
- a unified channel package for buffered, unbuffered, and unbounded channels☆43Updated 2 years ago
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆294Updated 2 years ago
- From a debugger's view, Let's explore the computer world! How does compiler, linker and debugger coordinate with each other around the pr…☆154Updated 3 weeks ago