v3.8
版本发布时间: 2022-06-13 10:12:47
c-cube/ocaml-containers最新发布版本:v3.14(2024-09-10 20:49:27)
-
add
Containers_bencode
for lightweight (de)ser -
perf(CCHash): improve a bit commutative hashing of arrays/lists
-
perf(CCHash): only hash prefix of string/bytes
-
feat(CCList): Add
Assoc.{keys,values,map_values}
-
feat(CCArray): add
CCArray.map_inplace
-
add
CCString.{to_hex,of_hex}
-
fix(Atomic): prevent race conditions under flambda, for now