Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
src/ | 03-May-2024 | - | 9,636 | 6,085 | ||
LICENSE | D | 03-May-2024 | 1.1 KiB | 24 | 18 | |
README.chromium | D | 03-May-2024 | 319 | 15 | 11 | |
cityhash.target.darwin-arm.mk | D | 03-May-2024 | 5.6 KiB | 257 | 208 | |
cityhash.target.darwin-mips.mk | D | 03-May-2024 | 5.5 KiB | 253 | 204 | |
cityhash.target.darwin-x86.mk | D | 03-May-2024 | 5.6 KiB | 257 | 208 | |
cityhash.target.linux-arm.mk | D | 03-May-2024 | 5.6 KiB | 257 | 208 | |
cityhash.target.linux-mips.mk | D | 03-May-2024 | 5.5 KiB | 253 | 204 | |
cityhash.target.linux-x86.mk | D | 03-May-2024 | 5.6 KiB | 257 | 208 | |
smhasher.gyp | D | 03-May-2024 | 803 | 37 | 35 |
README.chromium
1Name: SMHasher 2URL: http://code.google.com/p/smhasher/ 3Version: 0 4Revision: 147 5License: MIT, Public Domain 6License File: LICENSE 7Security Critical: yes 8 9Description: 10This is a library containing the MurmurHash3 function, and a hashing function 11test suite. 12 13Licenses are MIT (SMHasher) and Public Domain (MurmurHash). 14 15