yrnkrn / zapcc
zapcc is a caching C++ compiler based on clang, designed to perform faster compilations
☆1,252Updated 4 years ago
Alternatives and similar repositories for zapcc:
Users that are interested in zapcc are comparing it to the libraries listed below
- A memory allocator that automatically reduces the memory footprint of C/C++ applications.☆1,801Updated 8 months ago
- Public domain cross platform lock free thread caching 16-byte aligned memory allocator implemented in C☆2,242Updated last week
- Converts floating point numbers to decimal strings☆1,231Updated 9 months ago
- Compile-time C Compiler implemented as C++14 constant expressions☆804Updated 3 years ago
- LLVM Optimization to extract a function, embedded in its intermediate representation in the binary, and execute it using the LLVM Just-In…☆519Updated 3 years ago
- Parsing Expression Grammar Template Library☆1,987Updated 2 months ago
- Library to parse and work with the C++ AST☆1,717Updated 9 months ago
- The compiler is available for download. Get it!☆2,497Updated last year
- C/C++ language server supporting multi-million line code base, powered by libclang. Emacs, Vim, VSCode, and others with language server p…☆2,348Updated 4 years ago
- Cross-platform C++11 header-only library for memory mapped file IO☆1,767Updated last year
- Binary Optimization and Layout Tool - A linux command-line utility used for optimizing performance of binaries☆2,529Updated last year
- Fast function to parse strings into double (binary64) floating-point values, enforces the RFC 7159 (JSON standard) grammar: 4x faster tha…☆655Updated 4 months ago
- Experimental deferred and unordered destruction library for C++☆915Updated 5 years ago
- The decentralized package manager for C++ and friends 🏝️☆946Updated 2 years ago
- Message passing based allocator☆1,640Updated this week
- A very fast hashtable☆1,754Updated last year
- A superoptimizer for LLVM IR☆2,211Updated 7 months ago
- The interactive C++ interpreter Cling☆1,784Updated 3 months ago
- A C/C++ header to help move #ifdefs out of your code☆828Updated 6 months ago
- Low-latency machine code generation☆4,092Updated last week
- Embedded Scripting Language Designed for C++☆2,999Updated last month
- Collection of miscellaneous portable C snippets.☆711Updated last year
- C Foreign Function Interface and JIT using Clang/LLVM☆549Updated last month
- C++ metaprogramming shell☆476Updated last week
- Postmodern immutable and persistent data structures for C++ — value semantics at scale☆2,540Updated 6 months ago
- A collection of safe data types that are compatible with, and can substitute for, common unsafe native c++ types☆407Updated this week
- Change C++ code at runtime☆2,220Updated 8 months ago
- Templight is a Clang-based tool to profile the time and memory consumption of template instantiations and to perform interactive debuggin…