mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
libs: add murmur2 library
Signed-off-by: flow <flowlnlnln@gmail.com>
This commit is contained in:
parent
9a44c92211
commit
32a9545360
6 changed files with 136 additions and 0 deletions
|
|
@ -149,6 +149,12 @@ BSD licensed, derived from [QtSingleApplication](https://github.com/qtproject/qt
|
|||
|
||||
Changes are made to make the code more generic and useful in less usual conditions.
|
||||
|
||||
## murmur2
|
||||
|
||||
Canonical implementation of the murmur2 hash, taken from [SMHasher](https://github.com/aappleby/smhasher).
|
||||
|
||||
Public domain (the author disclaimed the copyright).
|
||||
|
||||
## optional-bare
|
||||
|
||||
A simple single-file header-only version of a C++17-like optional for default-constructible, copyable types, for C++98 and later.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue