Publications

Generating Simple Directed Social Network Graphs for Information Spreading, 2022 (arxiv). Published in The ACM Web Conference 2022. I did a lot of implementation and optimization work for this paper, for example I sped up the edge rewiring algorithm described in section 4.3 by 4x. I also researched methods to identify communities in raw crawled Twitter data.

RISC-U Binary Optimization for Selfie, 2021 (GitHub). This is my bachelor’s thesis, where I implemented an optimizer for selfie, an educational compiler. Though separate, both selfie and my optimizer are implemented in C*, which is a small and very limited subset of C (for example, no arrays nor structs), and the project achieves working self-compilation under optimization.

© 2020