Hacker News new | ask | show | jobs
by free-ekanayaka 2995 days ago
I implemented dqlite in Go for convenience (a production-ready raft library was available, github.com/hashicorp/raft). It'd be interesting to implement something similar in C or event batter in rust, so you can link the library from languages than just Go. But not sure there'd be good use cases for that.
2 comments

There's a Raft implementation in Rust to help get started:

https://github.com/pingcap/raft-rs

Rust is exactly what I wanted to implement mine in -- I figure any performance savings can go towards making SQLite look more performant :)

I've been looking at https://github.com/pingcap/raft-rs