Skip to content
View RohanVDvivedi's full-sized avatar
👨‍💻
write code, that outlives you
👨‍💻
write code, that outlives you

Block or report RohanVDvivedi

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. Cutlery Cutlery Public

    A configurable data structures library in C.

    C 2 2

  2. TupleIndexer TupleIndexer Public

    This library provides a persistent block accessible disk-resident b+tree, hash_table, linked_page_list, page table and an array_table.

    C

  3. Bufferpool Bufferpool Public

    A user-space buffer pool manager library in C for building a HDD/SSD based database storage engine.

    C 4

  4. MinTxEngine MinTxEngine Public

    ACID compliant, ARIES-like-fully-recoverable Mini Transaction Engine, for building your next biggest database storage engine.

    C

  5. WALe WALe Public

    This an efficient WAL (Write Ahead Logging) library for any database application. It provides a very generic interface.

    C 1 1

  6. VolatilePageStore VolatilePageStore Public

    Sibling project of MinTxEngine for unWAL-ed unLock/unLatch-ed storage of data on disk pages backed volatile storage (using mmap).

    C