Skip to content

Aursen/Aursen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation


🧠 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors