File tree 2 files changed +14
-0
lines changed
2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 14
14
15
15
* [ Overview] ( #overview )
16
16
* [ Reference Documentation] ( #api )
17
+ * [ Optimizing Collections: The Book] ( #book )
17
18
* [ What Are B-Trees?] ( #what )
18
19
* [ Why In-Memory B-Trees?] ( #why )
19
20
* [ Laundry List of Issues with Standard Collection Types] ( #boo )
@@ -81,6 +82,19 @@ embedded in its source code.
81
82
82
83
[ doc ] : http://lorentey.github.io/BTree/api
83
84
85
+ ### <a name =" book " >Optimizing Collections: The Book</a >
86
+
87
+ If you want to learn more about how this package works, the book
88
+ [ Optimizing Collections] [ OptimizingCollections ] includes detailed explanations of
89
+ many of the algorithms and optimization tricks implemented by this package – and so, so much more.
90
+ It is written by the same author, and published by the fine folks at objc.io.
91
+ Buying a copy of the book is not only a nice way to support this project, it also gets you something quite interesting to read.
92
+ Win-win!
93
+
94
+ [ ![ Optimizing Collections (eBook)] ( OptimizingCollections.png )] [ OptimizingCollections ]
95
+
96
+ [ OptimizingCollections ] : https://www.objc.io/books/optimizing-collections/
97
+
84
98
### <a name =" what " >What Are B-Trees?</a >
85
99
86
100
[ B-trees] [ B-tree wiki ] are search trees that provide a sorted key-value store with excellent performance
You can’t perform that action at this time.
0 commit comments