IntersectMBO / lsm-tree

A Haskell library for on-disk tables based on LSM-Trees
Apache License 2.0
28 stars 7 forks source link

Implement cursor type, new, close #345

Closed mheinzel closed 2 months ago

mheinzel commented 2 months ago

Description

Defines Cursor and implements newCursor and closeCursor, with a focus on resource management. The next PR will implement readCursor.

Checklist