jimroxodezi
EEE graduate | Learning about Backend and Distributed Systems, Network and Low-Level Systems
Delta, Nigeria
jimroxodezi's Stars
moby/moby
The Moby Project - a collaborative project for the container ecosystem to assemble container-based systems
microsoft/MS-DOS
The original sources of MS-DOS 1.25, 2.0, and 4.0 for reference purposes
0xAX/linux-insides
A little bit about a linux kernel
abseil/abseil-cpp
Abseil Common Libraries (C++)
danluu/post-mortems
A collection of postmortems. Sorry for the delay in merging PRs!
DoctorWkt/acwj
A Compiler Writing Journey
cameron314/concurrentqueue
A fast multi-producer, multi-consumer lock-free concurrent queue for C++11
leandromoreira/linux-network-performance-parameters
Learn where some of the network sysctl variables fit into the Linux/Kernel network flow. Translations: 🇷🇺
cameron314/readerwriterqueue
A fast single-producer, single-consumer lock-free queue for C++
max0x7ba/atomic_queue
C++ lockless queue.
foonathan/memory
STL compatible C++ memory allocator library using a new RawAllocator concept that is similar to an Allocator but easier to use and write.
linux-kernel-labs/linux-kernel-labs.github.io
imteekay/programming-language-research
✨ Programming Language Research, Applied PLT & Compilers
gojek/awesome-distributed-systems
Awesome list of distributed systems resources
rgrinberg/opium
Sinatra like web toolkit for OCaml
bacalhau-project/bacalhau
Compute over Data framework for public, transparent, and optionally verifiable computation
RealNeGate/Cuik
A Modern C11 compiler (STILL EARLY)
clibraries/array-algorithms
Unintrusive algorithms for C arrays OR a C implementation of <algorithm> from C++
hodgesds/iouring-go
io_uring support for go
mattbierner/STT-C-Compile-Time-Snake
Snake/Nibbler implementation using C++ template metaprogamming
LensPlaysGames/LensorCompilerCollection
A compiler collection I made :&
mattbierner/Template-Assembly
Embedding x86 assembly code in C++ with metaprogramming using a domain specific language.
Qwe1rty/distributed_systems_notes
My collection of handwritten notes and resources for learning distributed systems
jacquelinekay/petra
runtime to compile-time mappings
QBouts/BitsOfQ
Code from the BitsOfQ youtube channel
lipk/cpp-typelist
Small C++ metaprogramming library to manage lists of types
mropert/cpp-dispatch
A C++ string-based dispatch/routing library
brevzin/rivers
A C++ internal iteration library based loosely on Java Streams
Mandrenkov/Compile-Time-Graph-Library
C++17 library that implements the execution of graph algorithms during compilation.
QBouts/ParameterMap
Contains code for working with parameter maps