We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 437d000 commit f7d0f92Copy full SHA for f7d0f92
README.md
@@ -88,7 +88,7 @@ You should check out the docstrings/usage of these functions, too:
88
Outboard is an off-heap functionally persistent sorted map.
89
This map allows your applications to retain huge data structures in memory across process restarts.
90
91
-Outboard is the the first library to make use of hitchhiker trees.
+Outboard is the first library to make use of hitchhiker trees.
92
Hitchhiker trees are a functionally persistent, serializable, off-heap fractal B tree.
93
They can be extended to contain a mechanism to make statistical analytics blazingly fast, and to support column-store facilities.
94
0 commit comments