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-feed-handler low-latency-feed-handler Public

    C++23 low-latency feed handler — DPDK pcap PMD, NASDAQ ITCH 5.0 parser, zero-copy mbuf pipeline, MPSC market data aggregation into SOA order book. Zero heap allocation end-to-end.

    C++ 2

  3. fpga-feed-handler fpga-feed-handler Public

    FPGA feed handler — Vitis HLS NASDAQ ITCH 5.0 parser, AOS BRAM order book, 6-cycle parse-to-book pipeline. Benchmarked against C++ baseline (274 ns P99.9).

    C++ 2 1

  4. clock-aware-programming clock-aware-programming Public

    Declared operation timing as a first-class primitive — eliminating schedulers, locks, GC, and OOO hardware by construction. Four papers: language, runtime, OS, and silicon consequences.

    1

  5. epistemic-filter epistemic-filter Public

    A two-axis data quality filter for bootstrapping domain-specific LLMs: domain relevance scored against a seed corpus, reasoning depth scored by structural first-principles analysis. Precision over …

    Python

  6. autumn autumn Public

    Configuration driven frontend skeleton for mobile and web

    Kotlin