IntersectMBO / lsm-tree

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

Correct `entriesCount` to `entryCount` #364

Closed jeltsch closed 2 weeks ago

jeltsch commented 2 weeks ago

This changes all identifiers in the ordinary-index implementation that start with entriesCount to identifiers that start with entryCount instead, as the word before “count” should always be in singular, which is also the rule that has been followed in other parts of the codebase.