Pinned Repositories
ballista-mvp
A MVP implementation of distributed query engine cut from datafusion-ballista codebase for learning purpose.
bustubx
[WIP] A relational database written in Rust for learning purpose, heavily inspired by cmu-db/bustub. (CMU 15-445).
databend-parser
[Archived] A fork of databend which only keeps parser code, easy to extend SQL grammar based on it.
datafusion-geo
Add geo functionality extension to datafusion query engine.
derive-with
Derive with-constructor for each field in struct.
green-threads-in-200-lines-of-rust
Green threads / stackful coroutine implemented in 200 lines of Rust.
raft
Raft consensus alogorithm implemented in Rust. Rust 实现 Raft 共识算法
sqlparser-nom
A SQL query parser written using nom.
systemxlabs.github.io
tinyhttpd
[Archived] Tiny http server implemented in C. C语言实现的简单http服务器
systemxlabs's Repositories
systemxlabs/bustubx
[WIP] A relational database written in Rust for learning purpose, heavily inspired by cmu-db/bustub. (CMU 15-445).
systemxlabs/sqlparser-nom
A SQL query parser written using nom.
systemxlabs/raft
Raft consensus alogorithm implemented in Rust. Rust 实现 Raft 共识算法
systemxlabs/derive-with
Derive with-constructor for each field in struct.
systemxlabs/datafusion-geo
Add geo functionality extension to datafusion query engine.
systemxlabs/ballista-mvp
A MVP implementation of distributed query engine cut from datafusion-ballista codebase for learning purpose.
systemxlabs/green-threads-in-200-lines-of-rust
Green threads / stackful coroutine implemented in 200 lines of Rust.
systemxlabs/tinyhttpd
[Archived] Tiny http server implemented in C. C语言实现的简单http服务器
systemxlabs/databend-parser
[Archived] A fork of databend which only keeps parser code, easy to extend SQL grammar based on it.
systemxlabs/systemxlabs.github.io
systemxlabs/rust-to-riscv-asm
A bare metal program example about how to convert Rust code to RISC-V assembly.
systemxlabs/riscv-simulator
A simple RISC-V CPU simulator
systemxlabs/.github
systemxlabs/riscv-hypervisor
A type-1 hypervisor written in Rust and run on RISC-V machine with H extension.