Skip to content
View sfeirc's full-sized avatar

Highlights

  • Pro

Block or report sfeirc

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
sfeirc/README.md

Clovis SFEIR

Software engineer specialising in performance-critical systems, distributed systems, and AI/ML — engineering student at IMT Atlantique, Nantes.

I build things from scratch and measure them honestly: real benchmarks on real hardware, real tests (including the ones that fail until they don't), real Docker verification, and documented limitations instead of inflated claims. Every number below was actually run, not estimated.

Focus areas: low-latency systems (C++20/SIMD) · distributed systems (Rust) · ICS/OT protocol security · quantitative finance · RAG/LLM engineering


Flagship projects, by sector

Sector Project What it is Verified result
Tech / AI Engineering-Docs-RAG From-scratch Okapi BM25 retrieval engine for technical documents MRR 0.944, precision@1 0.90 — zero paid LLM API calls anywhere
Tech / AI LoRA-FineTuning-Engine From-scratch transformer + LoRA layer (no PEFT/Trainer) Real 3-way no-ft/full-ft/LoRA comparison — honestly reports LoRA's capacity/forgetting trade-off, not a cherry-picked win
Banking / Finance Payment-Ledger-Settlement-Engine Double-entry payment ledger — WAL durability, idempotent processing Real SIGKILL crash-recovery proof, 16-thread concurrency race handled correctly
Banking / Finance LOB-Matching-Engine C++ limit-order-book matching engine Sub-µs P50 latency, O(1) cancel, zero hot-path allocations
Consulting Data-Quality-Observability-Framework Schema/PSI/KS/χ² drift detection + referential-integrity checks 8/8 deliberately-injected data problems caught, proven end to end
Energy Renewable-Forecast-Dispatch-Optimizer Wind forecasting + LP economic dispatch (HiGHS) Real day-ahead/real-time settlement model — honestly measured cost of forecast error
Energy IEC104-ICS-IDS ICS intrusion detector for IEC 60870-5-104 — the protocol Industroyer abused in the 2016 Kyiv blackout 100% recall, 0 false positives, AddressSanitizer/UBSan clean

Beyond these seven: a from-scratch Raft implementation, an LSM-tree storage engine (real SIGKILL crash recovery), a complete language (lexer → parser → interpreter → bytecode VM), a Gorilla-paper time-series compressor, a Kafka-style partitioned log broker, an HNSW vector search index, a reservoir-diffusivity PDE solver, an energy crack-spread trading engine, and more — all with the same standard: real tests, real benchmarks, honest READMEs.


Languages & tools

C++20 Rust Python TypeScript Docker GitHub Actions


Contact

clovis.sfeir.cs@gmail.com · LinkedIn · cloooooo.com

Pinned Loading

  1. LOB-Matching-Engine LOB-Matching-Engine Public

    High-performance C++ limit order book matching engine — 2.3M msg/s, sub-μs P50 latency, O(1) cancel, zero hot-path allocations, intrusive lists

    C++ 2 1

  2. Short-Horizon-Price-Direction-5-min-from-LOB-Microstructure Short-Horizon-Price-Direction-5-min-from-LOB-Microstructure Public

    5-min directional forecast from LOB microstructure — AUROC 0.916, 84% accuracy, walk-forward CV, XGBoost/Transformer ensemble, fees & slippage modeled

    Python 2

  3. ITCH-feed-handler ITCH-feed-handler Public

    Ultra-low-latency NASDAQ ITCH 5.0 feed handler — 97 ns book update, AF_XDP/recvmmsg, SIMD order-map probing, lock-free BBO cache

    C++ 1 1

  4. Options-pricer Options-pricer Public

    High-performance options Greeks engine — Black-Scholes/Heston, AVX2-vectorised pricing, Google Benchmark suite

    C++

  5. Stat-arb-engine Stat-arb-engine Public

    Statistical arbitrage engine — C++ signal pipeline, Python walk-forward backtesting, Streamlit P&L dashboard

    Python 1