1
0
Fork 0

added new lib (fasthash and xxhash)

This commit is contained in:
Frank Celler 2015-12-10 15:10:20 +01:00
parent a7fa6b395a
commit a469e38855
1 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,16 @@
* GITHUB: https://github.com/night-shift/fpconv/
* License: [MIT License](https://github.com/night-shift/fpconv/blob/master/license)
### fasthash
* Project Home: https://code.google.com/p/fast-hash/
* License: [MIT License](https://code.google.com/p/fast-hash/)
### xxhash
* Project Home: https://code.google.com/p/xxhash/
* License: [BSD 2-Clause License](https://code.google.com/p/xxhash/)
### Google V8 4.3.61
* Project Home: https://code.google.com/p/v8/