mirror of
https://github.com/c-cube/ocaml-containers.git
synced 2025-12-06 11:15:31 -05:00
update readme
This commit is contained in:
parent
b661147c3c
commit
8ba39cb32d
1 changed files with 8 additions and 6 deletions
14
README.md
14
README.md
|
|
@ -52,13 +52,15 @@ structures comprise (some modules in `misc/`, some other in `core/`):
|
||||||
- `CCLeftistheap`, a polymorphic heap structure.
|
- `CCLeftistheap`, a polymorphic heap structure.
|
||||||
- `CCFQueue`, a purely functional queue structure
|
- `CCFQueue`, a purely functional queue structure
|
||||||
- `CCBV`, mutable bitvectors
|
- `CCBV`, mutable bitvectors
|
||||||
- `CCPersistentHashtbl`, a semi-persistent hashtable (similar
|
- `CCPersistentHashtbl`, a semi-persistent hashtable (similar to [persistent arrays](https://www.lri.fr/~filliatr/ftp/ocaml/ds/parray.ml.html))
|
||||||
to [persistent arrays](https://www.lri.fr/~filliatr/ftp/ocaml/ds/parray.ml.html))
|
|
||||||
- `CCVector`, a growable array (pure OCaml, no C)
|
- `CCVector`, a growable array (pure OCaml, no C)
|
||||||
|
- `CCGen` and `CCSequence`, generic iterators structures (with structural types so they can be defined in several places). Now also in their own repository and opam packages (`gen` and `sequence`).
|
||||||
- `CCGen` and `CCSequence`, generic iterators structures (with structural types
|
- `CCKlist`, another iterator structure
|
||||||
so they can be defined in several places). Now also in their own
|
- `CCList`, functions and lists including tail-recursive implementations of `map` and `append`
|
||||||
repository and opam packages (`gen` and `sequence`).
|
- `CCArray`, utilities on arrays
|
||||||
|
- `CCInt`, `CCPair`, `CCOpt`, `CCFun`, `CCBool`, utilities on basic types
|
||||||
|
- `CCPrint`, printing combinators
|
||||||
|
- `CCHash`, hashing combinators
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue