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
Fardale
bf7f4897c6
CCInt32(chore): add condition around functions existing in newer OCaml
2026-02-06 10:44:54 +01:00
Fardale
9e3baf8ff1
CCInt32(cleanup): remove function always present on 4.08
2026-02-06 10:36:29 +01:00
Simon Cruanes
0b0dd83423
reformat all the things
2024-05-13 20:57:53 -04: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
3dd63964fb
Merge branch 'master' into ccbv_bytes2
2022-07-04 14:35:25 -04:00
Simon Cruanes
10865eaced
reformat
2022-07-04 13:36:06 -04:00
Simon Cruanes
b695918e99
move all core tests to new testlib
2022-07-02 00:29:25 -04:00
Simon Cruanes
b8c93f42fa
feat(CCInt32): add popcount function
2022-01-02 21:44:05 -05:00
Fardale
e574309763
feat(CCInt32): complete CCInt32 with regards to CCInt
2020-05-23 11:37:56 +02:00
Fardale
7821e8e259
clean(Int32): remove functions defined in Stdlib
2020-03-05 17:50:30 -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
9f2ef2f461
add CCInt{32,64}.Infix
2018-02-27 21:09:35 -06:00
JPR
d8c16ec95b
Adding CCInt32 module
2018-02-27 20:34:37 -06:00