Portfolio

A collection of my personal projects.

Featured Projects

In-Place Wasm Interpreter

WIP - In-place WebAssembly interpreter written in Rust. Original idea from this paper.

Rust
Rust
WebAssembly
WebAssembly

Vector Database

Based on kd-tree and LSH. Enhancements include query cache, multi-threaded batch queries, and SIMD.

Rust
Rust

Other Projects

Elegant DSA

Collection of data structures and algorithms implemented as Jupyter notebooks for teaching.

Python
Python