mirror of
https://github.com/yang991178/fluent-reader.git
synced 2024-12-28 01:10:38 +01:00
14 lines
538 B
Plaintext
14 lines
538 B
Plaintext
|
/**
|
||
|
* @preserve
|
||
|
* JS Implementation of incremental MurmurHash3 (r150) (as of May 10, 2013)
|
||
|
*
|
||
|
* @author <a href="mailto:jensyt@gmail.com">Jens Taylor</a>
|
||
|
* @see http://github.com/homebrewing/brauhaus-diff
|
||
|
* @author <a href="mailto:gary.court@gmail.com">Gary Court</a>
|
||
|
* @see http://github.com/garycourt/murmurhash-js
|
||
|
* @author <a href="mailto:aappleby@gmail.com">Austin Appleby</a>
|
||
|
* @see http://sites.google.com/site/murmurhash/
|
||
|
*/
|
||
|
|
||
|
/** @license URI.js v4.2.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */
|