Pinned Repositories
1brc
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
Bukkit-better-menus
This library will allow you to build bukkit menus in a clear and easy way.
Bukkit-Class-Mapper
Library that helps you to automate your bukkit plugin development with commands, listeners & mobs on click listeners
DependencyInjector
My own dependecy injection framework similar to Spring
EventBusJava
Java library that allows you to publish & listen to your custom events
lox-vm
An implementation of clox with the addtion of a x64 JIT compiler, threads, packages, generational gc and inlining
MemDB
In memory, distributed leaderless key-value store in C++ with partitions, persistence, distributed counters & atomic operations
MySQL-Query-Builder
Java library that helps you to create SQL queries using Java objects instead of using raw text
SimpleDB
SQL database built over a custom LSM storage engine following https://skyzh.github.io/mini-lsm/00-preface.html guide
Wait-Free-Queues
An unbounded, wait-free, enqueue optimized, C++ implementation of mpsc & spsc queue
JaimePolidura's Repositories
JaimePolidura/MySQL-Query-Builder
Java library that helps you to create SQL queries using Java objects instead of using raw text
JaimePolidura/Bukkit-better-menus
This library will allow you to build bukkit menus in a clear and easy way.
JaimePolidura/Bukkit-Class-Mapper
Library that helps you to automate your bukkit plugin development with commands, listeners & mobs on click listeners
JaimePolidura/lox-vm
An implementation of clox with the addtion of a x64 JIT compiler, threads, packages, generational gc and inlining
JaimePolidura/1brc
1️⃣🐝🏎️ The One Billion Row Challenge -- A fun exploration of how quickly 1B rows from a text file can be aggregated with Java
JaimePolidura/DependencyInjector
My own dependecy injection framework similar to Spring
JaimePolidura/EventBusJava
Java library that allows you to publish & listen to your custom events
JaimePolidura/Git
My own implementation of git following https://wyag.thb.lt/
JaimePolidura/MemDB
In memory, distributed leaderless key-value store in C++ with partitions, persistence, distributed counters & atomic operations
JaimePolidura/SimpleDB
SQL database built over a custom LSM storage engine following https://skyzh.github.io/mini-lsm/00-preface.html guide
JaimePolidura/Wait-Free-Queues
An unbounded, wait-free, enqueue optimized, C++ implementation of mpsc & spsc queue
JaimePolidura/Group-payments
JaimePolidura/IdSw1-22-23
Repo de la asignatura Ingeniería del Software I, curso 22-23
JaimePolidura/IdSw2-22-23
Repo de la asignatura Ingeniería del Software II, curso [22][23]
JaimePolidura/Java-Utils
JaimePolidura/ORM-Java
This library helps you to create your own mysql repositories without having to worry about serialization, queries etc.
JaimePolidura/Playground
JaimePolidura/Stock-Exchange-Simulator
JaimePolidura/Universidad