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
f50846209b
commit
ccb8634304
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
|
@ -50,6 +50,7 @@ See [this file](https://github.com/c-cube/ocaml-containers/blob/master/CHANGELOG
|
||||||
|
|
||||||
- the [github wiki](https://github.com/c-cube/ocaml-containers/wiki)
|
- the [github wiki](https://github.com/c-cube/ocaml-containers/wiki)
|
||||||
- on IRC, ask `companion_cube` on `#ocaml`
|
- on IRC, ask `companion_cube` on `#ocaml`
|
||||||
|
- [](https://gitter.im/c-cube/ocaml-containers?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge) (experimental, might not exist forever)
|
||||||
|
|
||||||
## Use
|
## Use
|
||||||
|
|
||||||
|
|
@ -107,8 +108,15 @@ Documentation [here](http://cedeela.fr/~simon/software/containers).
|
||||||
- `CCMultimap` and `CCMultiset`, functors defining persistent structures
|
- `CCMultimap` and `CCMultiset`, functors defining persistent structures
|
||||||
- `CCFQueue`, a purely functional double-ended queue structure
|
- `CCFQueue`, a purely functional double-ended queue structure
|
||||||
- `CCBV`, mutable bitvectors
|
- `CCBV`, mutable bitvectors
|
||||||
- `CCPersistentHashtbl`, a semi-persistent hashtable (similar to [persistent arrays](https://www.lri.fr/~filliatr/ftp/ocaml/ds/parray.ml.html))
|
- `CCPersistentHashtbl` and `CCPersistentArray`, a semi-persistent array and hashtable
|
||||||
|
(similar to [persistent arrays](https://www.lri.fr/~filliatr/ftp/ocaml/ds/parray.ml.html))
|
||||||
- `CCMixmap`, `CCMixtbl`, `CCMixset`, containers of universal types (heterogenous containers)
|
- `CCMixmap`, `CCMixtbl`, `CCMixset`, containers of universal types (heterogenous containers)
|
||||||
|
- `CCRingBuffer`, a double-ended queue on top of an array-like structure,
|
||||||
|
with batch operations
|
||||||
|
- `CCIntMap`, map specialized for integer keys based on Patricia Trees,
|
||||||
|
with fast merges
|
||||||
|
- `CCHashconsedSet`, a set structure with sharing of sub-structures
|
||||||
|
- `CCGraph`, a small collection of graph algorithms
|
||||||
|
|
||||||
### Containers.io
|
### Containers.io
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue