Skip to content

Commit

Permalink
DT-24458: The principal matter is to start with good principles.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjackson-wf committed May 16, 2024
1 parent 689c655 commit 9c00bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ interface and the most expensive operation in CPU profiling is the interface
method which in turn calls into runtime.assertI2T. We need generics.

#### Immutable B Tree
A btree based on two principals, immutability and concurrency.
A btree based on two principles, immutability and concurrency.
Somewhat slow for single value lookups and puts, it is very fast for bulk operations.
A persister can be injected to make this index persistent.

Expand Down

0 comments on commit 9c00bde

Please sign in to comment.