✨ some of my personal and university projects:
- sphere-tracer: C implementation of a sphere tracer optimized for maximal single-core performance. Using Intel's AVX2 SIMD with object- or ray-parallelization (report).
- acfts: asynchronous consensus-free transaction system, published at ESORICS 2022 (arXiv).
- merkle-signature: a fast implementation of merkle signatures with Curve25519 written in Go.
- malloc-lab: implementation of
malloc
with explicit free lists, written in C. - dht-crawler: crawls hosts on the BitTorrent network using DHT.
- applied-crypto: Applied Cryptography lab at ETH Zurich.