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.

i build distributed systems && on-chain infrastructure on solana, obsessed with what happens between the register and the wire - and yes, i read research papers when i'm completely AFK

📖 currently reading & researching

DeFi state markets

validator networking layer

all about orderbooks

find me

𝕏 · linkedin

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

  4. anchor anchor Public

    Forked from solana-foundation/anchor

    ⚓ Solana Program Framework

    Rust

  5. pinocchio-stake pinocchio-stake Public

    Forked from Turbin3/pinocchio-stake

    Rust

  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)]