Skip to content
View telegraphchi's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report telegraphchi

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

Pinned Loading

  1. idempotent-ledger idempotent-ledger Public

    Append-only, double-entry ledger in Go with idempotency keys — retried writes apply exactly once. Built-in audit() proves conservation.

    Go 1

  2. go-saga-orchestrator go-saga-orchestrator Public

    Dependency-free saga orchestrator for Go: ordered steps with automatic compensation/rollback. Generic, transport-agnostic, race-tested.

    Go

  3. idempotent-ledger-java idempotent-ledger-java Public

    Append-only, double-entry ledger with idempotent writes in Java 21. JUnit 5, thread-safe, audit-verified.

    Java

  4. saga-orchestrator-dotnet saga-orchestrator-dotnet Public

    Asynchronous saga orchestrator in C#/.NET 8 with automatic compensation/rollback. xUnit, Task-based.

    C#

  5. cpp-threadpool cpp-threadpool Public

    Header-only C++17 thread pool with std::future results and graceful shutdown. Verified under ThreadSanitizer.

    C++

  6. ws-fanout-gateway ws-fanout-gateway Public

    Topic-based WebSocket fan-out hub in Go: lock-free single-goroutine core, slow-consumer backpressure, per-connection rate limiting.

    Go