Implementing a File Pager in Zig(ayende.com)4 points·by dwenzek·5 yıl önce·1 commentsayende.comImplementing a File Pager in Zighttps://ayende.com/blog/posts/series/195587-B/implementing-a-file-pager-in-zig1 commentsPost comment[–]dwenzek·5 yıl öncereplyI see this as a good follow-up after this thread on the use of mmap to implement a database[1].Indeed, there is a first implementation using mmap [2] to be compared with a full-fledged implementation [3].[1] https://news.ycombinator.com/item?id=29936104[2] https://ayende.com/blog/195588-B/implementing-a-file-pager-i...[3] https://ayende.com/blog/195713-B/implementing-a-file-pager-i...
Indeed, there is a first implementation using mmap [2] to be compared with a full-fledged implementation [3].
[1] https://news.ycombinator.com/item?id=29936104
[2] https://ayende.com/blog/195588-B/implementing-a-file-pager-i...
[3] https://ayende.com/blog/195713-B/implementing-a-file-pager-i...