mirror of
https://github.com/codecrafters-io/build-your-own-x
synced 2026-07-02 16:59:25 +00:00
zig: more database post
This commit is contained in:
parent
40f5271766
commit
43140a032c
1 changed files with 1 additions and 0 deletions
|
|
@ -138,6 +138,7 @@ It's a great way to learn.
|
|||
* [**Golang**: _Build Your Own Database from Scratch: Persistence, Indexing, Concurrency_](https://build-your-own.org/database/)
|
||||
* [**Ruby**: _Build your own fast, persistent KV store in Ruby_](https://dinesh.wiki/posts/build-your-own-persistent-kv-store/)
|
||||
* [**Zig**: _A Database Without Dynamic Memory Allocation_](https://tigerbeetle.com/blog/a-database-without-dynamic-memory/)
|
||||
* [**Zig**: _Building a high-performance database buffer pool in Zig using io_uring's new fixed-buffer mode_](https://gavinray97.github.io/blog/io-uring-fixed-bufferpool-zig)
|
||||
|
||||
#### Build your own `Docker`
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue