|
|
|
|
|
by ozgrakkurt
289 days ago
|
|
I realise this and also implemented it properly here before: https://github.com/steelcake/io2/blob/fd8b3d13621256a25637e3... Just opted to use fixed 512 byte alignment in this library since all decent SSDs I have encountered so far are ok with 512 byte file alignment and 64 byte memory alignment. This makes the code a bit simpler both in terms of the allocator and the file operations. |
|