murraycu / murrayc-compiler-experimentsLinks
Code experiments to exercise ideas while reading "Engineering a Compiler".
☆27Updated 6 years ago
Alternatives and similar repositories for murrayc-compiler-experiments
Users that are interested in murrayc-compiler-experiments are comparing it to the libraries listed below
Sorting:
- Yet Another File System (yfs) based on Paxos algorithm.☆16Updated 8 years ago
- [Abandoned] A toy asynchronous server, written in C++14☆20Updated 8 years ago
- Fast wait-free algorithms designed for shared memory systems☆46Updated 7 years ago
- A high-performance, concurrent hash table☆25Updated 12 years ago
- The C/C++/Fortran compiler collection written in Java☆36Updated 4 years ago
- Develop toolchain based on llvm to for Cpu0 processor☆52Updated 2 months ago
- A toy OS☆55Updated 9 years ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆120Updated 3 months ago
- A nano concurrency library☆24Updated 5 years ago
- Lock-free work stealing deque written in C. This is implemented after Chapter 16 of "The Art of Multiprocessor Programming."☆19Updated 14 years ago
- Git mirror of the official (mercurial) repository of cpp-btree☆78Updated 11 years ago
- A lightweight and fast key-value storage engine based on the buffer tree.☆54Updated 11 years ago
- Different implementations of spinlock.☆105Updated 11 years ago
- a mini C-like language(C1) compiler☆39Updated 6 years ago
- C++ implementation of concurrent Binary Search Trees☆72Updated 10 years ago
- A standard C compiler.☆12Updated 9 years ago
- ☆21Updated 6 years ago
- General LR Parser(CMake,C++)☆64Updated 6 years ago
- XOC is a compiler infrastructure that provides multi-level operations, flexibility, and the capability of representing almost all popular…☆115Updated 8 years ago
- Simple script☆42Updated 8 years ago
- mirror of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/perfbook.git☆74Updated 13 years ago
- The Secret Life of C++: How C++ Compiles to Assembly☆46Updated 11 years ago
- Simple Lisp VM(C++ 14)☆33Updated 7 years ago
- XOCFE is an concise, clearly, C compiler frontend, it is easy to understand and modify. XOCFE's input is pure C, output is an AST tree.☆55Updated 3 months ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 14 years ago
- ☆18Updated 9 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- Benchmarks for lockfree datastructures.☆120Updated 11 years ago
- A C++ coroutine library☆19Updated 9 years ago
- Implementing coroutines, channels, message passing, etc.☆133Updated 4 years ago