-
Hi,
I want to test my C implementation of Meiyan vs MurMur3 with trhasher. How do I get the data files?
And how to prepare it for run? I mean where to insert my candidate functions. Can I test C func…
-
Hello,
I'm possibly the one responsible for `splitmix32a`, or at least a lot of people seem to be using it from my post over at https://stackoverflow.com/a/52056161/815680.
I can't seem to find…
-
1. 存储
2. 计算
3. 通信
4. 追踪
5. 一致性
6. [24000字深度介绍分布式系统原理,一文入魂](https://mp.weixin.qq.com/s/GZcb9l2ZED39p1Kq2ubCOg)
7. GUID 生成
1. [baidu/uid-generator: UniqueID generator](https://github.com/baid…
-
There are quite a few field types that have been added to Elasticsearch that are not currently supported in es-hadoop.
## Unsupported field types
- [ ] aggregate_metric_double
- [ ] alias
- […
-
I've been running both the C++ and this version of Murmur3 side by side and i've noticed that in cases where a null byte occurs in the middle of the input data, the C++ version will output a different…
-
https://github.com/chime-experiment/comet/issues/18 proposes CityHash64
-
### Describe the bug
I'm opening a fairly large Scala project using neovim & nvim-metals and when opening a source file most of the time (but not always) the `metals` process gets stuck in high CPU a…
-
The current implementations of `HashMap` and `HashSet` are orders of magnitude slower than native. I have been investigating performance improvements in hashing on NodeJS using native bindings, but ne…
-
## Problem
```
➜ build git:(p0) ✗ make -j$(nproc) hyperloglog_test
[ 9%] Built target bustub_optimizer
[ 11%] Built target gtest
[ 12%] Built target bustub_murmur3
[ 18%] Built target duckdb_p…
-
Dear All:
I would like to introduce wyhash (https://github.com/wangyi-fudan/wyhash)
It is a 64-bit little endian portable hash function. It is the fastest one that passed all strict hash function te…