Skip to content
View Abhisheklearn12's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Abhisheklearn12

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

👋 Hey, I'm Abhishek!

> Literally love C, Assembly, Rust, C++ for deep control.
> Incredibly passionate about distributed systems, low level system internals,
> and squeezing performance where it actually matters.
> Sometimes X86-64 GAS/AT&T Assembly for fun and learning.
> First Principle Thinker
> Ml Performance Inference Engineering
> OSS contributor into DB, Infra projects

📬 Contact Me

Pinned Loading

  1. custom-memory-allocator-cpp custom-memory-allocator-cpp Public

    I built custom memory allocator in C++, to actual understand how memory works under the hood, no RAII used, only manual memory management.

    C++ 15 3

  2. parser-rust parser-rust Public

    I built a Parser from scratch in Rust, to know how parser actually work under the hood.

    Rust 13

  3. semantic_analyzer_rust semantic_analyzer_rust Public

    Build my own Semantic Analyzer from scratch in Rust.

    Rust 16

  4. chess chess Public

    Chess Engine

    Rust 40 1

  5. tsdb tsdb Public

    In-memory time series database for learning purpose only

    Rust 11 1

  6. ingestion-pipeline ingestion-pipeline Public

    Ingestion Pipeline

    Rust