MrCroxx / RunKV

[WIP] An experimental cloud-native distributed KV engine for OLTP workload.
MIT License
68 stars 7 forks source link

feat: introduce aligned buffer for DIO #172

Closed MrCroxx closed 2 years ago

MrCroxx commented 2 years ago

What changes were proposed in this pull request?

Introduce AlignedBuffer for further DIO usage.

NOTE: This PR may break build on MacOS, fix it later.

Which issues is this PR related to?

171