Skip to content
View loadingalias's full-sized avatar
🤺
🤺

Organizations

@alias-research

Block or report loadingalias

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
loadingalias/README.md

Hello 👋🏼

I'm currently working on a breakthrough in memory-safety and low-level database primitives @alias-research. I'm actively researching memory models that scale, systems that don't have to compromise, and architectures that could change the world. I also build the Rust tooling I need to make the above work possible.

Current work:

  • cargo-rail — Workspace orchestration for Rust monorepos. Split/sync with history preservation, graph-aware CI, policy enforcement, release coordination.
  • Novel SMR (safe memory reclamation) scheme and HLC implementation
  • Consensus algorithms and distributed systems design challenges
  • Database internals - temporal indexing, versioned storage layers, zero-copy query execution

Philosophy: Strip the idea to it's simplest atomic components/structure first; build from there. It's the only way to get anything significant done.


Connect: Twitter/X | Reddit

Support: EFF | The Tor Project

loadingalias_pfp

Pinned Loading

  1. loadingalias loadingalias Public

    LoadingALIAS - Profile

    1

  2. cargo-rail cargo-rail Public

    Workspace tool for Rust monorepos. Split/sync crates, smart CI, enforce policies, coordinate releases.

    Rust 1

  3. crc-fast-rust crc-fast-rust Public

    Forked from awesomized/crc-fast-rust

    World's fastest generic CRC calculator for all known CRC-32 and CRC-64 variants, as well as bring-your-own custom parameters, using SIMD intrinsics, which can exceed 100GiB/s on modern systems. Sup…

    Rust