Skip to content
View groovg's full-sized avatar
💭
💭

Block or report groovg

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.

Content in all repositories owned by your account will be closed.
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

Pinned Loading

  1. itch-book itch-book Public

    NASDAQ TotalView-ITCH 5.0 parser and order book: header-only C++23 core, pip install itch-book for BBO, trades, order-by-order and depth Parquet tables

    C++ 1

  2. spsc-ring spsc-ring Public

    Bounded, wait-free single-producer/single-consumer ring buffer in Rust and C++ — acquire/release ordering, cache-line isolation, benchmarks vs rtrb/crossbeam, and loom verification

    Rust

  3. tsc-latency tsc-latency Public

    Header-only C++20 latency measurement: invariant-TSC timestamps, log-linear HDR histogram, tail percentiles, and a coordinated-omission correction

    C++

  4. l2sync l2sync Public

    Multi-exchange crypto L2 order book aggregator with snapshot+diff resync (async Rust)

    Rust

  5. fixed-decimal fixed-decimal Public

    Exact fixed-point decimal for prices and quantities — i64-backed, no_std, compile-time scale & unit safety, no floating point in the value path

    Rust