Skip to content
View mhambre's full-sized avatar
💻
:(){:|: &};:
💻
:(){:|: &};:

Block or report mhambre

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

Matthew Hambrecht

Software Engineer • AI Infrastructure • Distributed Systems

Building high-performance systems for AI, data streaming, and cloud-native platforms.


About Me

I am a software engineer specializing in systems programming, AI infrastructure, and high-performance distributed systems. My work focuses on building scalable, efficient platforms for streaming, storage, and real-time data processing using Rust and modern cloud-native technologies.

  • Primary interests:
    • Distributed systems and performance engineering
    • Systems programming in Rust, C, and C++
    • AI infrastructure and developer tooling
    • Cloud-native architectures and Kubernetes
    • Concurrent and asynchronous I/O systems

Tooling and Stack

  • Languages: Rust, Python, C, C++, Go, TypeScript, SQL, Bash
  • Databases and Storage: PostgreSQL, MySQL, Redis, S3
  • Systems and Tools: Linux/RHEL, Git, REST APIs, WebSockets, GDB, JIRA
  • Cloud and DevOps: Docker, Kubernetes, GitHub Actions, GitLab CI/CD, Jenkins, PyTest, GoogleTest

Public Projects

Current

  • sparseio: Library for coordinating sparse, out-of-order, and concurrent byte-range fetching, caching, and materialization of large objects.
  • async-fuser: Rust library extending the fuser crate with a native Tokio-based asynchronous API for building non-blocking FUSE filesystems.

Featured

  • mailbox: High-performance interprocess communication library using shared memory and semaphores for low-latency message passing.
  • EAQL: Educational Rust query-language project showcasing tokenization, recursive-descent parsing, AST construction, and SQL transpilation.
  • FaceSync: Real-time CCTV video analysis system with body detection, achieving sub-200ms alert times.

Pinned Loading

  1. mailbox mailbox Public

    A C library to facilitate IPC (interprocess communication) by allowing multi-directional message sharing, mimicking that of a standard postal system.

    C

  2. sparseio sparseio Public

    A library for coordinating sparse, out-of-order byte-range fetching and materialization of large objects.

    Rust

  3. eaql eaql Public

    Educational Rust query-language project showcasing tokenization, recursive-descent parsing, AST construction, and SQL transpilation.

    Rust

  4. async-fuser async-fuser Public

    Tokio-based library for building Asynchronous Filesystem in Userspace (FUSE) in Rust.

    Rust 1