IntersectMBO / lsm-tree

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

Rename `TableHandle` to `Table` #369

Open jorisdral opened 2 weeks ago

jorisdral commented 2 weeks ago

It's more concise, and I don't think the Handle part of the name is too important. We have other types that are handle-like, without reflecting that explicitly in their name.