We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689c655 commit 9c00bdeCopy full SHA for 9c00bde
README.md
@@ -149,7 +149,7 @@ interface and the most expensive operation in CPU profiling is the interface
149
method which in turn calls into runtime.assertI2T. We need generics.
150
151
#### Immutable B Tree
152
-A btree based on two principals, immutability and concurrency.
+A btree based on two principles, immutability and concurrency.
153
Somewhat slow for single value lookups and puts, it is very fast for bulk operations.
154
A persister can be injected to make this index persistent.
155
0 commit comments