From 1fbfc7f825ea9ad1a7bc6e1f15a0995117aee74a Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Wed, 30 Mar 2022 13:07:57 +0500 Subject: [PATCH] add 2q (#4146) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2708cfb8..dbb9ce9b 100644 --- a/README.md +++ b/README.md @@ -494,6 +494,7 @@ _Libraries for preprocessing CSS files._ _Generic datastructures and algorithms in Go._ +- [2q](https://github.com/floatdrop/2q) - 2Q in-memory cache implementation. - [algorithms](https://github.com/shady831213/algorithms) - Algorithms and data structures.CLRS study. - [bingo](https://github.com/iancmcc/bingo) - Fast, zero-allocation, lexicographical-order-preserving packing of native types to bytes. - [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream.