Skip to content
View stillzhl's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report stillzhl

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

Haili Zhang — distributed systems engineer

HomeKV Softwheel Vancouver, Canada

> selected_work

A Rust key-value store evolving from MVCC toward a strongly consistent, distributed in-memory data plane.

Rust · MVCC · Raft · gRPC

> telemetry

GitHub statistics Most used languages

Pinned Loading

  1. softwheel/homekv softwheel/homekv Public

    HomeKV is a memory-first, strongly consistent distributed key-value database focused on predictable low latency, high throughput, and rigorous failure semantics.

    Rust 5

  2. proglog proglog Public

    Programming a Log database

    Go

  3. visualizing-f32-rust visualizing-f32-rust Public

    Visualize the memory layout of Rust f32 floating-point number.

    Rust 1

  4. edit-distance edit-distance Public

    A full version of Edit Distance, which includes the implementations of Recursive DP, Array DP, Memo Array DP, and Array DP with operation outputs.

    Rust 1

  5. softwheel/circuit-breaker softwheel/circuit-breaker Public

    Rusty Circuit Breaker

    Rust