Skip to content
View Bilalkhanten's full-sized avatar
🎯
Focusing
🎯
Focusing
  • London, United Kingdom

Block or report Bilalkhanten

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.

Content in all repositories owned by your account will be closed.
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

Popular repositories Loading

  1. Asynchronous-HTTP-for-WebSockets-Server Asynchronous-HTTP-for-WebSockets-Server Public

    I 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

  2. OpenSSL-for-AES OpenSSL-for-AES Public

    I 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

  3. B-Tree-Embedded-Database-Engine B-Tree-Embedded-Database-Engine Public

    This 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

  4. Expression-Tree Expression-Tree Public

    A 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

  5. JSON-Parser JSON-Parser Public

    A 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

  6. awesome-llm-apps awesome-llm-apps Public

    Forked from Shubhamsaboo/awesome-llm-apps

    100+ AI Agents, Agent Skills and RAG Apps - Free and Open Source.

    Python 2