Currently work on storage layer of Erigon (implemntation of Ethereumn) ~4k PRs: https://github.com/erigontech/erigon/pulls/AskAlexSharov
| Area | Representative work |
|---|---|
| Memory & the Go GC | Off-heap index-build for 3B keys |
| FileSystems and Linux | files-merge by dedicated MMAP |
| Cryptography | Asm of xxhash affected Golang GC |
| Sort data >> RAM | zero-copy on-disk heap-sort |
| Indexing & perfect hashing | roaring-bitmap for indices union/intersection |
| Virtual machines | array-based EVM interpreter stack |






