Skip to content
View Aursen's full-sized avatar

Block or report Aursen

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

🧠 whoami

pub struct Aursen {
    role:        &'static str,
    stack:       Vec<&'static str>,
    focus:       &'static str,
    coffee:      u32,
}

impl Default for Aursen {
    fn default() -> Self {
        Self {
            role:   "Software Engineer",
            stack:  vec!["Rust", "spbf asm"],
            focus:  "high-performance on-chain systems",
            coffee: u32::MAX,
        }
    }
}


🛠️ currently

  • 🔭 Building things on Solana with Rust
  • 🧪 Exploring LiteSVM, Pinocchio, and squeezing every CU
  • 📚 Always reading: kernel internals, distributed systems, zero-copy tricks
  • ⚡ Fun fact: I'd rather rewrite it in Rust

🤝 reach me

Pinned Loading

  1. LiteSVM/litesvm LiteSVM/litesvm Public

    Rust 601 147

  2. AdrenaFoundation/sablier AdrenaFoundation/sablier Public

    Rust 17 3

  3. exotic-markets-labs/typhoon exotic-markets-labs/typhoon Public

    🌪️ Solana Sealevel Framework

    Rust 70 17