This commit is contained in:
Vsevolod Strukchinsky 2022-03-30 13:07:57 +05:00 committed by GitHub
parent 68b3f0dcf0
commit 1fbfc7f825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -494,6 +494,7 @@ _Libraries for preprocessing CSS files._
_Generic datastructures and algorithms in Go._ _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. - [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. - [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. - [binpacker](https://github.com/zhuangsirui/binpacker) - Binary packer and unpacker helps user build custom binary stream.