cleak / VirtualFunctionPerf
Benchmarking of virtual functions and alternatives
☆36Updated 6 years ago
Alternatives and similar repositories for VirtualFunctionPerf:
Users that are interested in VirtualFunctionPerf are comparing it to the libraries listed below
- KISS C++20 Type Reflection using IFC files☆68Updated 10 months ago
- Build C, C++ and ASM files in C++☆50Updated 2 years ago
- Windows Using Headers Only...☆61Updated 4 years ago
- ☆19Updated 7 years ago
- ☆34Updated 2 years ago
- Fast dynamic cast in C++ for MSVC, outperforming the regular dynamic cast by up to 25 times☆103Updated 8 years ago
- Find race conditions at low cost by instrumenting containers☆35Updated last month
- Structure-of-array synthesis in C++20☆81Updated 2 years ago
- Time to #include standard library and other C++ headers.☆105Updated 3 years ago
- Single-header libraries from the Magnum engine☆117Updated last week
- Dear ImGui 2D scripting language inspired by Werkzeug from Farbrausch☆38Updated last year
- Fixed-size C++ delegates - efficient alternatives to std::function.☆42Updated 2 years ago
- Standard library / common utilities used to build the Sceneri engine driving 3D games and experiences☆66Updated this week
- Alternative STL aims to compile fast, runs fast, written in clear code, simple to read and understand☆57Updated 2 weeks ago
- P0323 & P2505 std::expected simple implementation☆39Updated 3 weeks ago
- An implementation of a weak handle interface to a packed vector in C++☆14Updated last year
- C++ components used in the project https://github.com/rnburn/bbai☆51Updated last year
- "Longeron++" C++17 library for simple memory-efficient or 'data-oriented' structures☆32Updated 11 months ago
- Measures how parsing overweight the major STLs have become☆57Updated 4 years ago
- Slotmap is a sequence container with weak reference keys written in C++17.☆39Updated 6 months ago
- FixedMath: A High-Performance C++23, C++17 Library for Fixed-Point 48.16 Arithmetic☆77Updated 7 months ago
- C++ string formatting library☆44Updated 5 years ago
- Ease-of-use-first argument parsing for C++23☆61Updated 2 months ago
- CSV and tab-delimited table reader☆15Updated 2 years ago
- Compile-time Huffman coding compression using C++20☆171Updated 3 years ago
- Delegate is an unbelievably fast, lightweight, and 0-overhead function container.☆25Updated 3 years ago
- simple ray tracing library focusing on good code☆56Updated last year
- Recursive Variant: A simple library for Recursive Variant Types