Stars
Modern efficient cache design with simple FIFO queue only in Golang
Gorgonia is a library that helps facilitate machine learning in Go.
Tesseract Open Source OCR Engine (main repository)
A Golang lock-free thread-safe HashMap optimized for fastest read access.
Fastest and most memory efficient golang concurrent hashmap
skipmap is a high-performance, scalable concurrent sorted map based on skip-list. Up to 10x faster than sync.Map in the typical pattern.
Package arc implements a generic adaptive replacement cache.
szyhf / go-gcache
Forked from bluele/gcacheThe Generic version of `gcache`. It supports multiple eviction policies: LRU, LFU, ARC.
O_TMPFILE backed temporary files for Golang. [Not maintained].
RUM access method - inverted index with additional information in posting lists
Compact and high performace implementation of base62 algorithm for Golang.
An in-memory cache library for golang. support: lru,lfu,hash-lru,hash-lfu,arc. 一个高性能本地内存缓存,带有各种内存淘汰算法
Random Go Language utilities that don't warrant their own repos.
🚀 fgprof is a sampling Go profiler that allows you to analyze On-CPU as well as Off-CPU (e.g. I/O) time together.