Skip to content

Dilute 0.0.1

Choose a tag to compare

@bigeasy bigeasy released this 25 Jan 03:19
· 125 commits to master since this release

Implement Filter

Implement an iterator filter that accepts a filter function that returns -1 to indicate that the value should be skipped, 0 to indicate that the value should be used, and 1 to indicate the end of iteration. The iterator is an iterator decorator. It exposes the same interface as the other MVCC iterator filters.

Issue by Issue

  • Release version 0.0.1. #12.
  • Raise an exception on invalid return. #11.
  • Implement unlock. #10.
  • Implement filter. #9.
  • Upgrade Proof to 0.0.41. #8.
  • Update LICENSE for 2014. #7.