feat: A pure non-intrusive cache library implemented by golang, you can use it to implement your own distributed cache. (#3757)

This commit is contained in:
Jovan 2021-10-09 14:17:47 +08:00 committed by GitHub
parent 48187d4ee7
commit 8e262a370c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -429,6 +429,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [dict](https://github.com/srfrog/dict) - Python-like dictionaries (dict) for Go.
* [dsu](https://github.com/ihebu/dsu) - Disjoint Set data structure implementation in Go.
* [encoding](https://github.com/zhenjl/encoding) - Integer Compression Libraries for Go.
* [gdcache](https://github.com/ulovecode/gdcache) - A pure non-intrusive cache library implemented by golang, you can use it to implement your own distributed cache.
* [go-adaptive-radix-tree](https://github.com/plar/go-adaptive-radix-tree) - Go implementation of Adaptive Radix Tree.
* [go-datastructures](https://github.com/Workiva/go-datastructures) - Collection of useful, performant, and thread-safe data structures.
* [go-edlib](https://github.com/hbollon/go-edlib) - Go string comparison and edit distance algorithms library (Levenshtein, LCS, Hamming, Damerau levenshtein, Jaro-Winkler, etc.) compatible with Unicode.