2025 · with Ajax Li · IEEE format · 9 pp.
A multi-tenant WebAssembly runtime that combines language-level
sandboxing with exokernel-style capability gating and a custom
wasi:thread-spawn dispatcher. ~5,000 lines of Rust;
~0.08 MiB per isolate (3× denser than Wasmtime, 18× denser than
Docker); up to 6.7× speedup on dense matrix multiply while
preserving per-tenant trap containment.
Project page · PDF ↗ · GitHub ↗
2024 · co-author · 236-patient cohort
Predictive outcome modeling after Anterior Cervical Diskectomy &
Fusion. Evaluated EM-algorithm and regression-based imputation for
missing covariates, then fit logistic regression and SVMs to
predict patient outcomes from preoperative features. Co-authored
while a research associate at New York Brain & Spine Surgery.
PDF ↗
2023 · with Prof. Arielle Carr · Lehigh
A short technical writeup on gradient-descent dynamics for a class
of optimisation problems we worked through with Prof. Carr.
The paper develops the convergence-rate analysis carefully and
checks it against numerical experiments.
PDF ↗
2024 · capstone writeup · Lehigh CSE
The sentence-level highlight extractor at the heart of my Lehigh
capstone search engine. Given a query and a matched sentence,
surface the minimal sub-span that explains the match. This is
deceptively non-trivial when the query is multi-word, partially
stop-worded, or syntactically interleaved with the matched
sentence.
Project page · PDF ↗