IntersectMBO / IntersectMBO/lsm-tree
Record assumptions about disk page size in one central location
Open
enhancement
lsm-tree
priority: low
- Dominant language
- Haskell
- Stars
- 53
- Forks
- 17
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 4
Description
There are a few parts of the code that assume the the disk page size is `4096`. We should record this number in a central place. This should also make it easier for us to support larger page sizes later
Example: https://github.com/IntersectMBO/lsm-tree/pull/130/files#diff-259998897e992a96628fa4b64af4e2b100710b2c69a01497d0158abc3f0a98b9R156-R163
Contributor guide
Assessment
This issue has not been assessed yet.