Skip to content

Commit

Permalink
Update data_struct.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bluddy authored Apr 22, 2024
1 parent 7597390 commit eaeb57f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions content/data_struct.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ All the [standard libraries](standard_libraries.md) provide these:

* [Ropes](https://github.com/Chris00/ocaml-rope):
Persistent, functional views on top of strings.
* [Patricia Trees](https://github.com/codex-semantics-library/patricia-tree):
implementation of high performance functional map.
* [Persistent Vectors](https://github.com/dbuenzli/pvec):
Data structures that behave similar to vectors but using immutable trees (of arrays).
* [OCamlGraph](https://github.com/backtracking/ocamlgraph) is a library for
Expand Down

0 comments on commit eaeb57f

Please sign in to comment.