Skip to content
View alchevrier's full-sized avatar

Block or report alchevrier

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alchevrier/README.md

Low latency C++ systems engineer.
5.1 ns median append — mmap, lock-free SPSC, zero heap allocation.
Currently: Engineer - Morgan Stanley

Pinned Loading

  1. distributed-messaging distributed-messaging Public

    From-scratch distributed messaging system — append-only log, binary TCP over NIO, MurmurHash3 partitioning, and hand-rolled Raft consensus with leader election, log replication, and integration tes…

    Java 1

  2. low-latency-log-engine low-latency-log-engine Public

    Rebuilding a JMH-benchmarked Java log storage engine at bare metal — C++23, mmap, lock-free SPSC, zero JVM constraints.

    C++

  3. low-latency-order-book low-latency-order-book Public

    C++23 low-latency order book engine — lock-free SPSC/MPSC queues, SOA order book, pinned threads, benchmarked under concurrent market data and matching load