Skip to content

Have you considered using Zig instead of Rust? #571

Answered by penberg
NahtanN asked this question in Q&A
Discussion options

You must be logged in to vote

First version of Limbo was actually written in Zig. The plan was to reuse as much of the SQLite front-end as possible and only reimplement the VM with support for asynchronous I/O. However, as I made more progress, I gave up on the idea of reusing SQLite code (because it's pretty complex). At the same time, I also noticed how I was spending much more time in gdb and valgrind than usual, so I just switched to what I know well, and that's Rust.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@wearypossum4770
Comment options

@penberg
Comment options

Answer selected by penberg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants