Skip to content
View valentynkit's full-sized avatar
🦀
tinkering
🦀
tinkering
  • Simple App

Block or report valentynkit

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. bytekv bytekv Public

    A single-threaded, event-loop-driven key-value store in C — kqueue, AOF persistence (CRC64), fork-based compaction. libc-only, ~2.7K LOC.

    C

  2. C_MapReduce C_MapReduce Public

    Custom implementation of MapReduce in C.

    C

  3. C_Networking C_Networking Public

    A TCP server built five ways in C — blocking → nonblocking → select → kqueue → a framed protocol with backpressure. libc-only.

    C

  4. Solarix Solarix Public

    A Solana indexer, in Rust — on-chain account data, made queryable.

    Rust

  5. x402_CLI x402_CLI Public

    A CLI for the x402 payments protocol, in Rust.

    Rust 1

  6. RowOrient_DB_InMemory RowOrient_DB_InMemory Public

    A tiny in-memory, row-oriented database in C — typed columns, tagged-union cells, and SELECT/DELETE WHERE as C function pointers.

    C