Skip to content
View Manudasari265's full-sized avatar
🏛️
IBRL
🏛️
IBRL

Block or report Manudasari265

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

hey there, i'm manu 👋

impl Engineer for Manoj {

    const STACK: &'static str = "rust, c, syscalls, bare metal";

    unsafe fn build(&self) -> &str { "i build things the compiler can't save you from" }
}

i spend most of my time a few layers deeper than usual - rust, c, haywires, and strongly-typed opinions about memory safety.

building on-chain infrastructure on solana, obsessed with validator internals and what happens between the register and the wire

𝕏 · linkedin

Tighter, same personality, nothing vague.

Pinned Loading

  1. Solana-Enhanced-Client-Rust Solana-Enhanced-Client-Rust Public

    Crate with bunch of additional extensions for the Solana Rust client, focussing on compute unit & optimizations

    Rust

  2. Synora Synora Public

    ✨ Solana powered Next-gen decentralized prediction platform 🏛️ building for consumers and degen techies. Bet on stocks & crypto 💹 with public and private options ✨

    Rust 1

  3. c-algorithms c-algorithms Public

    bunch of pure algos in c

    C

  4. anchor anchor Public

    Forked from otter-sec/anchor

    ⚓ Solana Program Framework

    Rust 1

  5. lsm-memtable lsm-memtable Public

    lock-free in-memory write buffer that sits on hot path before data hits disk in an LSM tree

    Rust 1

  6. str_split.rs str_split.rs
    1
    //!
    2
    #![warn(missing_debug_implementations, rust_2018_idioms)]
    3
    #![allow(unused)]
    4
    #![allow(unused_variables)]
    5
    #![allow(unexpected_cfgs)]