paulcavallaro / systems-programmingLinks
Examples of common systems programming optimizations
☆51Updated 3 years ago
Alternatives and similar repositories for systems-programming
Users that are interested in systems-programming are comparing it to the libraries listed below
Sorting:
- A minimal viable programming language on top of liblgpp☆77Updated 4 years ago
- Non-preemptive Thread Hierarchy Manager☆55Updated 7 months ago
- Fundamental algorithms☆93Updated 5 years ago
- fundamental tools in the spirit of C☆60Updated 5 years ago
- A digital logic simulation written in C☆63Updated 4 years ago
- Doug McIlroy's C++ regular expression matching library☆95Updated 6 years ago
- Yet Another Compiler Visualizer☆159Updated 3 years ago
- A Wait-Free Universal Construct for Large Objects☆97Updated 5 years ago
- An Evaluation of Linear Probing Hashtable Algorithms☆31Updated last year
- SIMD-enhanced word counter☆248Updated 5 years ago
- Test self-modifying code behaviour on processors for single-use JIT functions☆52Updated 4 years ago
- Generic scaffolding for an end-to-end LLVM-based compiler☆35Updated 4 years ago
- Demonstrating the importance of laying out data in memory.☆47Updated 7 years ago
- ☆48Updated 4 years ago
- Poireau: a sampling allocation debugger☆96Updated 3 years ago
- Tiny Cooperative Process Management Library/Embedded Bounded Queue Actor Model (C11)☆40Updated 6 years ago
- Quick sort code using AVX2 instructions☆69Updated 7 years ago
- The basics of low-level concurrency in a sub-30 minute read☆228Updated 4 years ago
- ☆76Updated 4 years ago
- multi-way atomic compare-and-swap with x64/TSX☆86Updated 8 years ago
- A simple single header 64 and 32 bit hash function using only add, sub, ror, and xor.☆78Updated 3 years ago
- Wolfsort is a stable adaptive hybrid radix / merge sort.☆196Updated 10 months ago
- C++14 high performance non-blocking network IO (based on epoll + boost.context)☆135Updated 6 years ago
- MH: a microkernel for fun and experimenting!☆30Updated 7 years ago
- Dynamic runtime inlining with LLVM☆66Updated 3 years ago
- No sane compiler would optimize atomics: the presentation☆106Updated 8 years ago
- The latest development version of rose. It may not pass all regression tests.☆107Updated 6 years ago
- Query C++ codebases using SQLite☆187Updated 3 years ago
- Various tricks for dealing with bits☆22Updated 5 years ago
- another lisp library to generate c/c++ code. this one is supposed to be very simple. note that development of this repo has stopped. i am…☆65Updated 4 years ago