moon-chilled / fancy-memsetLinks
small, fast memset based on microsoft's design
☆12Updated 3 years ago
Alternatives and similar repositories for fancy-memset
Users that are interested in fancy-memset are comparing it to the libraries listed below
Sorting:
- The IDK (Industrial Development Kit) library!☆36Updated 3 months ago
- huang's c compiler - a tiny C99 compiler.☆23Updated last year
- A self-written C++ standard library☆49Updated this week
- Work done today for the glory of tomorrow - or, C and C++ systems programming papers.☆59Updated this week
- Improved NetBSD's Perfect Hash Generation Tool v3☆20Updated last year
- C programming language extension: Cedro pre-processor☆52Updated 2 years ago
- GCC plugin for C language that tracks references to allocated objects☆28Updated 4 months ago
- small embeddable C-style preprocessor☆42Updated 2 years ago
- A C library for runtime-flippable feature flags on Linux/x86-64, with negligible overhead in the common case☆74Updated 2 years ago
- Stackless coroutine compiler for C☆46Updated 5 years ago
- Bytecode interpreter☆77Updated 8 months ago
- ☆31Updated last week
- C23 Checked Arithmetic☆141Updated 2 months ago
- Benchmarks for our memory allocator☆69Updated 2 years ago
- Dynamic runtime inlining with LLVM☆66Updated 4 years ago
- Quick 'n' Dirty benchmarks for various integer parsing methods in C++☆41Updated 5 years ago
- A vectorized single header hash function.☆21Updated 10 months ago
- A low-level coroutine library for C☆66Updated last year
- A plugin framework for namespace macros in C/C++☆36Updated 11 years ago
- cinf is a runtime library and compiler plug-in to support reflection in C.☆43Updated 2 months ago
- A C99 conforming preprocessor☆22Updated 5 years ago
- A POSIX compliant C library for Windows☆52Updated 3 months ago
- ☆22Updated 3 years ago
- unicode security guidelines for identifiers☆32Updated 9 months ago
- A header-only C++ library for writing compiler/interpreter frontends.☆15Updated last month
- A C library for converting between two different encodings in a simple, easy, and powerful way.☆64Updated 2 months ago
- Create man pages from information used by Intel Intrinsics Guide and optionally uops.info☆45Updated 9 months ago
- Self-hosting C toolchain, from scratch☆36Updated 7 months ago
- Single-file Parsing Expression Grammars (PEG) runtime engine for C