Skip to content

Splice 0.0.1

Choose a tag to compare

@bigeasy bigeasy released this 02 Jan 16:33
· 513 commits to master since this release

Merge

Splice merges an ordered collection of records into a Strata b-tree. It does not go to great lengths to assert that the collection is ordered.

Issue by Issue

  • Not always deleting prior to insert. #10.
  • Retry insert by running through loop. #9.
  • Correctly unlock Splice when no mutator is held. #8.
  • Implement merge. #7.