Skip to content
View m0wfo's full-sized avatar

Organizations

@sprintstack

Block or report m0wfo

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

Hi there 👋

I've designed, built & scaled a bunch of distributed storage systems at several growth-phase startups over the years; see my personal site for more info.

Currently focused on Invar, a diskless transactional document store. Invar is complemented by managed cloud and enterprise offerings. Please feel free to give it a star or join our Discord!

Specialties

  • Golang / Rust / Java (compiler internals; bytecode manipulation) / JVM-hosted languages, esp Clojure and JRuby
  • Distributed systems
  • Networking: async/event-driven I/O; L4/7 protocols (especially HTTP and QUIC)
  • Linux I/O internals

...plus the usual table-stakes stuff: shell scripting, containers & container orchestration (k8s), CI/CD

AI

My main contact points with AI come in 2 forms:

  1. Agentic development: My stack of LLMs and associated tooling is quite modest; for me, systems programming is quite frugal token-wise but doesn't easily lend itself to fully closed-loop development or self driving codebases.
  2. Vector storage, with a focus on best-practice implementations over LSM-Trees (primarily for the benefit of Invar)

Notable open-source projects

  • Invar: Diskless transactional document store with commercial support.
  • Swift-Disruptor: Swift port of LMAX's concurrency library. Used internally at Apple.
  • Cups: Formerly the canonical way of calling printers from Ruby; I no longer have time to maintain it and several forks have spun off. So I'll claim the legacy, even if I'm not necessarily proud of the code.

Pinned Loading

  1. hardpointlabs/invar hardpointlabs/invar Public

    The diskless document store

    Rust 6

  2. hardpointlabs/sdk hardpointlabs/sdk Public

    Integration point into the Hardpoint Platform

    TypeScript

  3. tuplestream/swift-disruptor tuplestream/swift-disruptor Public

    Disruptor implementation for Swift

    Swift 8 2

  4. hardpointlabs/maglev hardpointlabs/maglev Public

    Forked from kkdai/maglev

    Google Maglev Hashing Algorithm implemented in Golang

    Go