Skip to content
View grandimam's full-sized avatar

Highlights

  • Pro

Block or report grandimam

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
grandimam/README.md
                           _ _
  __ _ _ __ __ _ _ __   __| (_)_ __ ___   __ _ _ __ ___
 / _` | '__/ _` | '_ \ / _` | | '_ ` _ \ / _` | '_ ` _ \
| (_| | | | (_| | | | | (_| | | | | | | | (_| | | | | | |
 \__, |_|  \__,_|_| |_|\__,_|_|_| |_| |_|\__,_|_| |_| |_|
 |___/

High-performance Python engineer. I push Python to its limits - threading, parallelism, and low-level optimizations. Currently building karak, a threaded HTTP framework for free-threaded Python 3.13+ that's 2-5x faster than FastAPI. No async. No GIL. Just threads.

Blog

Focus

free-threaded Python · GIL-free concurrency · ASGI/WSGI internals · low-latency systems · Python 3.13+

Projects

Project Description Stack
karak Threaded HTTP framework for free-threaded Python. True parallelism without async complexity. 621 lines · 2-5x faster than FastAPI

Writing

Series Part Date
Building Python ASGI Framework Foundation Mar 2026
Building Python ASGI Framework Hello World Mar 2026
Agentic Software Engineering Writing Effective Skills Apr 2026

Pinned Loading

  1. karak karak Public

    Free-threaded HTTP library

    Python 13 1

  2. barebone barebone Public

    Build agents using barebone primitives

    Python