Skip to content
View arajni3's full-sized avatar
Block or Report

Block or report arajni3

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ringdb ringdb Public

    A high-performance database written in C++20 based on the fast, highly scalable LSM tree architecture that uses the new, high-performance, asynchronous I/O kernel library io_uring, its namesake, as…

    C++ 5

  2. online_shopping_app online_shopping_app Public

    A full stack web app for a mock online shopping company.

    JavaScript 1

  3. modern_cpp_bloom modern_cpp_bloom Public

    A header-only C++20 port of the C-based bloom filter implementation https://github.com/barrust/bloom/, inspired by the concurrent RingDB project. C++ brings the power of template parameters and C++…

    C++ 1

  4. my_lock_free_spsc_and_mpsc_ring_buffers my_lock_free_spsc_and_mpsc_ring_buffers Public

    My modern C++ implementations of a lock-free ring buffer for both SPSC and MPSC with minimal memory orders, icache load, and cache coherence, as well as optimized arithmetic and elimination of fals…

    C++ 1