Jonas Jenwald
6b1ac44aea
Convert MurmurHash3_64 to an ES6 class
...
Notable changes:
- Remove the `return this;` from the `MurmurHash3_64.update` method, since it's completely unused and doesn't make a lot of sense.
- Remove the loop(s) from the `MurmurHash3_64.hexdigest` method, since creating a temporary array and then looping over it is wasteful given how simple this can be written with modern JavaScript.
2019-03-09 17:03:06 +01:00
..
2019-02-24 00:35:39 +01:00
2019-01-06 15:04:01 +01:00
2017-06-02 11:20:19 +02:00
2017-10-24 16:03:08 +02:00
2018-09-13 13:10:38 -07:00
2019-03-01 18:03:51 -08:00
2019-01-06 15:04:01 +01:00
2019-02-24 00:35:39 +01:00
2019-02-24 00:35:39 +01:00
2019-01-25 08:53:08 +01:00
2019-02-24 00:35:39 +01:00
2018-02-03 20:16:33 +01:00
2019-02-24 00:35:39 +01:00
2017-12-24 18:14:40 +01:00
2019-02-24 00:35:39 +01:00
2018-09-05 14:04:54 -07:00
2019-03-01 18:03:51 -08:00
2018-06-02 11:16:05 -04:00
2019-02-24 00:35:39 +01:00
2019-01-25 08:53:08 +01:00
2017-11-11 11:22:16 +01:00
2018-06-16 17:56:54 +02:00
2018-09-02 14:15:22 +02:00
2018-09-12 11:30:59 +02:00
2017-11-11 11:22:16 +01:00
2018-08-01 16:41:15 +02:00
2019-02-24 00:35:39 +01:00
2019-03-09 17:03:06 +01:00
2019-02-24 00:35:39 +01:00
2018-08-16 10:29:44 +02:00
2019-03-04 23:41:36 +01:00
2019-02-24 00:35:39 +01:00
2019-02-24 00:35:39 +01:00
2018-12-29 17:48:41 +01:00
2019-01-06 15:04:01 +01:00
2019-02-24 00:35:39 +01:00
2018-09-12 13:59:56 -07:00
2018-05-28 14:32:20 +02:00
2019-02-24 00:35:39 +01:00
2019-03-02 20:23:52 +01:00