Simon Cruanes
7f8df6d63d
improve default hash ( #489 )
...
* add pre commit hook
* hash mixer and combiner in C
* tests for hashes
* bench of hash
* fix warnings
format and minor fixes
* format
* doc
* test hash: add a per-bit distribution check
* hash tests: count bit probability
* cchash64: add apply and combine*
* makefile
* cleanup hash bench
* change cchash constant
from murmur2
* make the hash test stronger
2026-03-19 21:44:34 -04:00
Simon Cruanes
040fe2f97c
move to dune 3.0, fix warnings
2024-05-13 21:42:54 -04:00
Simon Cruanes
0b0dd83423
reformat all the things
2024-05-13 20:57:53 -04:00
Simon Cruanes
42967b2127
benchs: add pvec
2024-01-05 22:14:18 -05:00
Simon Cruanes
1a23731730
remove conditional over OCaml >= 4.08
...
in particular, all the let-ops are now unconditional!
2023-06-24 15:22:21 -04:00
Simon Cruanes
10865eaced
reformat
2022-07-04 13:36:06 -04:00
Simon Cruanes
acadb6b9d3
move to dune 2.0
2022-02-17 10:17:08 -05:00
Simon Cruanes
df5151636b
improvements
2020-04-24 21:11:44 -04:00
Simon Cruanes
a767e4618d
wip(3.0): remove deprecated functions, in particular sequence
2020-04-24 20:16:53 -04:00
Fabian
d72907302a
Disable core_kernel test for now
2020-04-19 17:42:13 +02:00
Fabian
53d5a80b96
benchmark for memory usage of data structures
2020-04-19 17:37:25 +02:00
Simon Cruanes
936d5912e6
chore: fix benchs so they don't depend on clarity and they compile again
2019-11-20 20:59:45 -06:00
Simon Cruanes
96ed8a37ab
feat: introduce shim modules for 4.08 compat
...
- also make `unlabel` an explicit operation
- use `Stdlib` instead of `Pervasives`
- remove some warnings in Format
2019-06-14 18:26:14 -05:00
Simon Cruanes
3712db3a5b
chore: use iter, not sequence, in tests
2019-04-13 03:20:56 -05:00
Simon Cruanes
3b1de9a1c8
chore(build): migrate to dune 1.0
2018-09-16 19:53:40 -05:00