Yiling-J / theine-go
high performance in-memory cache
☆286Updated this week
Alternatives and similar repositories for theine-go:
Users that are interested in theine-go are comparing it to the libraries listed below
- ☆225Updated 3 weeks ago
- A simple and efficient hashmap package for Go. Open addressing, robin hood hashing, and xxh3 algorithm. Supports generics.☆217Updated last year
- ☆117Updated last year
- Write Ahead Log for LSM or bitcask storage(or any append-only write).☆255Updated last month
- Zero-allocation type-safe pool for Go☆229Updated last year
- Write ahead log for Go.☆639Updated 3 months ago
- Golang port of Abseil's SwissTable☆822Updated 7 months ago
- ⏪️ Go package providing multiple queue implementations. Developed in a thread-safe generic way.☆283Updated last month
- All-in-one go testing library☆383Updated 3 months ago
- ☆134Updated last week
- skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.☆203Updated 6 months ago
- Fastest and most memory efficient golang concurrent hashmap☆975Updated 4 months ago
- a thread-safe circular buffer (ring buffer) in Go, implemented io.ReaderWriter interface☆539Updated 3 months ago
- A generics based dependency injection application framework for Go, supporting aspect oriented programming based on interceptors☆177Updated last week
- A thread-safe queue faster and more resource efficient than golang's native channels☆672Updated 11 months ago
- ⚡️ lock-free utilities in Go☆152Updated 9 months ago
- Go port of Google's Swiss Table hash table☆402Updated this week
- Provides easy-to-use async IO interface with io_uring☆613Updated last year
- ⚡ A memory arena implementation for Go.☆523Updated 11 months 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.☆253Updated last year
- auto adjust your GOGC value☆224Updated 6 months ago
- High performance LRU cache☆221Updated 3 weeks ago
- Golang ClickHouse client☆263Updated last year
- Fast and easy-to-use skip list for Go.☆399Updated 5 months ago
- goev is a lightweight, concise i/o event demultiplexer implementation in Go☆188Updated last year
- 🗃 Generic cache use and cache manage. Provide a unified usage API by packaging various commonly used drivers. Support File, Memory, Red…☆195Updated last week
- A Go library for an efficient implementation of a skip list: https://godoc.org/github.com/MauriceGit/skiplist☆282Updated 2 years ago
- A highly optimized double-ended queue☆189Updated last year
- Lock-free MPMC Ring Buffer (Generic) for SMP, in golang. Some posts in chinese:☆98Updated 3 weeks ago
- Generate any code based on Go types. Generates type-based code to copy values from type to type and fields from struct to struct by defau…☆368Updated this week