Skip to content
View im-anishraj's full-sized avatar
:octocat:
Open Source Contributor
:octocat:
Open Source Contributor

Block or report im-anishraj

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

Anish Raj

Systems-level thinker. I build tools that sit between C++ and Python β€” fast engines, search systems, and things that shouldn't exist but do.


I write performance-critical software and ship it to PyPI. My work spans native C++ acceleration layers, retrieval-augmented generation pipelines, and the occasional programming language built for fun. Currently contributing to open source through GSSoC '26 and maintaining projects used by developers across the ecosystem.

πŸ“ Jaipur, India  ·  πŸŽ“ 3rd Year CS Undergrad  ·  πŸš€ Building in public since 2024


LinkedIn PyPI Email GitHub


~ $ whoami
anish-raj

~ $ cat current_focus.log
> Optimizing C++ memory arenas for zero-copy Python data bridges
> Building hybrid dense/sparse search systems without the vector-DB bloat
> Writing lexers and parsers from scratch for custom languages



⚑ What I Build With

Languages
Core Stack
Infra & Tools
AI / ML



🌟 Featured Work

C++ accelerated CSV processing engine for Python

High-performance data preprocessing library with a native C++ backend exposed through pybind11. Designed to supercharge pandas workflows β€” handles type inference, null detection, and column transforms at near-native speed.

FAISS + BM25 + GPT-4o retrieval pipeline

Production-grade retrieval-augmented generation system combining dense and sparse search strategies. Achieves 95% Hit Rate@5 with intelligent re-ranking and context-aware generation.

A programming language in Bhojpuri

Open-source interpreted language built for the Bhojpuri-speaking world. Custom lexer, parser, and runtime β€” because every language deserves a programming language.

Offline-first DSA practice CLI

Terminal-based tool for structured DSA practice. Metadata-first architecture with SQLite persistence, Rich-powered UI, and curated problem sets β€” no internet required.




πŸ“Š GitHub Analytics


Pinned Loading

  1. arnio arnio Public

    A lightning-fast, C++ powered data preprocessing & CSV engine for Python. Built to supercharge pandas workflows. Open for GSSoC '26 contributions!

    C++ 8 4

  2. bhojpuri-lang bhojpuri-lang Public

    Programming ab Bhojpuri mein! A fun, esoteric programming language built with Python. Perfect for beginners learning parsers. GSSoC '26!

    JavaScript 2

  3. dooma dooma Public

    An offline-first, terminal-based DSA practice ecosystem. Built with Python and Rich for a premium UI. Master algorithms locally. GSSoC '26!

    Python 3 4

  4. Hybrid-Search-RAG-Engine Hybrid-Search-RAG-Engine Public

    Production-grade Hybrid Search RAG Engine combining FAISS (Dense) and BM25 (Sparse) retrieval. Achieves 95% Hit Rate@5. Open to contributors!

    Python