Skip to content
View JaimePolidura's full-sized avatar

Block or report JaimePolidura

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. Bukkit-better-menus Bukkit-better-menus Public

    This library will allow you to build bukkit menus in a clear and easy way.

    Java 1

  2. DependencyInjector DependencyInjector Public

    My own dependecy injection framework similar to Spring

    Java

  3. MemDB MemDB Public

    In memory, distributed leaderless key-value store in C++ with partitions, persistence, distributed counters & atomic operations

    C++

  4. Wait-Free-Queues Wait-Free-Queues Public

    An unbounded, wait-free, enqueue optimized, C++ implementation of mpsc & spsc queue

    C++

  5. lox-vm lox-vm Public

    An implementation of clox with the addtion of a x64 JIT compiler, threads, packages, generational gc and inlining

    C 1

  6. SimpleDB SimpleDB Public

    SQL database built over a custom LSM storage engine following https://skyzh.github.io/mini-lsm/00-preface.html guide

    Rust