Add KOMIHASH (#1642)

This commit is contained in:
toge
2025-01-31 23:38:20 +09:00
committed by GitHub
parent 6dede8b8df
commit e25e1e693b

View File

@@ -1223,6 +1223,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [jwt-cpp](https://github.com/Thalhammer/jwt-cpp) - A header only library for creating and validating JSON web tokens in C++. [MIT]
* [Kangaru](https://github.com/gracicot/kangaru) - A dependency injection container for C++11 and C++14. [MIT]
* [Klib](https://github.com/attractivechaos/klib) - Small and lightweight implementations of common algorithms and data structures. [MIT]
* [KOMIHASH](https://github.com/avaneev/komihash) - Very fast, high-quality hash function, discrete-incremental and streamed hashing-capable. [MIT]
* [libcpuid](https://github.com/anrieff/libcpuid) - A small C library for x86 CPU detection and feature extraction. [BSD]
* [libenvpp](https://github.com/ph3at/libenvpp) - A modern C++ library for type-safe environment variable parsing. [Apache-2.0]
* [libevil](https://github.com/avati/libevil) - The Evil License Manager. [GPLv3]