Skip to content
View logannye's full-sized avatar

Highlights

  • Pro

Block or report logannye

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

    A deterministic, low-memory genomics engine in Rust — run whole-genome workloads on your laptop. Declare your RAM, get a verifiable receipt, and reproduce results byte-for-byte.

    Rust 251 11

  2. space-efficient-zero-knowledge-proofs space-efficient-zero-knowledge-proofs Public

    Sublinear-space ZKP system in Rust: a streaming prover that uses only O(√T) memory to commit wires/Z/Q via KZG (BN254) with blocked IFFT and aggregate-only Fiat–Shamir. Supports eval/coeff bases, d…

    Rust 50 2

  3. rewind rewind Public

    Git for long stochastic runs — record a seeded simulation in O(√T) memory, then scrub to any step, branch a timeline, and verify exact replay.

    Python