qzmfranklin / cppgmLinks
C++ compiler, from scratch. Only completed the preprocessing tokenizer yet.
☆11Updated 7 years ago
Alternatives and similar repositories for cppgm
Users that are interested in cppgm are comparing it to the libraries listed below
Sorting:
- "CF3" is a C compiler test suite targeting arithmetic optimization.☆37Updated 8 years ago
- I-cache line packing and branch misprediction measuring tool☆18Updated 8 years ago
- A 250 LOC heap profiler - easy to hack/port, works out of the box with dynamically linked Linux binaries☆50Updated 4 months ago
- Lock-free multithreaded memory allocation☆106Updated 8 years ago
- Composable Data and Type Generators for C++☆10Updated 6 years ago
- parser combinator and AST generator in c++17☆24Updated 2 years ago
- ssmem is a simple object-based memory allocator with epoch-based garbage collection☆34Updated 9 years ago
- A library for reusable parsers☆16Updated 4 years ago
- The cilkplus/llvm repo implements the Intel Cilk Plus language extensions to C and C++ in LLVM.☆69Updated 9 years ago
- Code for benchmarking of mutexes to accompany a blog post of mine.☆28Updated 5 years ago
- Low-memory-footprint mutexes for pthreads☆41Updated 3 years ago
- Ironclad C++ brings type-safety to C++. It provides safe alternatives to unsafe constructs in C++ to prevent type-safety errors that lea…☆18Updated 2 years ago
- C++ interface to CPU affinity management☆30Updated 7 years ago
- Jekyll site for C++Now!☆9Updated 7 years ago
- Allocation benchmarks☆30Updated 9 years ago
- Support for ternary logic in SSE, XOP, AVX2 and x86 programs☆31Updated 6 months ago
- A compiler for my educational research programming language that supports homogeneous metaprogramming☆20Updated 8 years ago
- dthreads: Efficient Deterministic Multithreading☆52Updated 10 years ago
- Implementation of the algorithms from "Scalable Lock-Free Dynamic Memory Allocation"☆16Updated 10 years ago
- x86/x64 JIT compiler for math string expressions written in C++. Parser is Boost.Spirit X3. AST transformations: partial derivation, cons…☆48Updated 9 years ago
- dmr_C is a C parser and JIT compiler with LLVM, Eclipse OMR and NanoJIT backends☆53Updated 5 years ago
- C implementations of several scalable non-blocking data structures for x86 and x86-64.☆38Updated 13 years ago
- totally unofficial git repo containing sources for the CppMem tool available at http://svr-pes20-cppmem.cl.cam.ac.uk/cppmem/help.html and…☆26Updated 12 years ago
- Demonstrate how to construct an Event-driven system in a way that is intuitive and easier to understand.☆18Updated 2 years ago
- Persistent red-black tree in C++☆29Updated 7 years ago
- SIMD recipes, for various platforms (collection of code snippets)☆49Updated 4 years ago
- Library to program with streams, events, and to queue own functions into a stream.☆15Updated last year
- immintrin_dbg.h is an include file, a wrapper around immintrin.h. It implements most of AVX, AVX2, AVX-512 vector intrinsics to enable so…☆56Updated 2 years ago
- Highly composable C++17 template meta programming library☆39Updated 6 years ago
- A User Space Threading Library☆19Updated last year