- London, United Kingdom
Popular repositories Loading
-
Asynchronous-HTTP-for-WebSockets-Server
Asynchronous-HTTP-for-WebSockets-Server PublicI built this high-performance server from scratch to see how fast I could handle thousands of concurrent connections. It uses low-level OS tools like epoll and kqueue along with non-blocking I/O to…
C++ 3
-
OpenSSL-for-AES
OpenSSL-for-AES PublicI wanted to bypass compiler overhead entirely, so I wrote this cryptographic module using handcrafted assembly language routines. By managing CPU registers manually, it squeezes every ounce of perf…
Assembly 3
-
B-Tree-Embedded-Database-Engine
B-Tree-Embedded-Database-Engine PublicThis project is a deep dive into database internals, featuring a custom disk-bound B+ Tree engine built completely from the ground up. It handles raw binary serialization and uses an in-memory buff…
C++ 3
-
Expression-Tree
Expression-Tree PublicA binary expression tree is a specific kind of a binary tree used to represent expressions. Two common types of expressions that a binary expression tree can represent are algebraic and boolean. Th…
C++ 3
-
JSON-Parser
JSON-Parser PublicA zero-allocation JSON parser designed to tear through massive text streams without bloating the machine's memory. I focused heavily on optimization and modern patterns to make sure it processes an…
C++ 3
-
awesome-llm-apps
awesome-llm-apps PublicForked from Shubhamsaboo/awesome-llm-apps
100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.
Python 2
If the problem persists, check the GitHub status page or contact support.