lijiansong / stl-implLinks
Original implementation of STL by Alexander Stepanov and Meng Lee
☆19Updated 6 years ago
Alternatives and similar repositories for stl-impl
Users that are interested in stl-impl are comparing it to the libraries listed below
Sorting:
- Reference implementation of Grisu-Exact in C++☆65Updated 4 years ago
- A C++ stream using LZ4 (de)compression☆39Updated 3 years ago
- Some tools for getting C++ configured on various platforms.☆34Updated last year
- Course notes for Alexander Stepanov's teachings on design and usage of C++ STL.☆81Updated last year
- 🐈⬛ A runtime for C++26 w/out libC or POSIX. Smaller binaries, only arena allocators, SIMD, stronger type safety than STL, and value-bas…☆93Updated 3 months ago
- Fast, shared, upgradeable, non-recursive and non-fair mutex☆31Updated 6 years ago
- C++ standard library features, "from scratch"☆186Updated 5 months ago
- Library for catching memory leaks, double-frees along with invalid pointers to free() and realloc().☆60Updated 2 years ago
- Parallel C++ algorithms☆62Updated last year
- std C++ 11 library impementation with extra features using only C++ 98 and POSIX threads☆67Updated last year
- Following Nystrom's book Crafting Interpreters, implemented in C++.☆100Updated last month
- A C interpreter developed live on YouTube☆54Updated 2 years ago
- Parse multiple decimal integers separated by arbitrary number of delimiters☆36Updated last year
- Collection of articles, intended to analyse C/C++ related topics under a performances point of view and sometimes disrupting some best pr…☆37Updated 8 months ago
- A comparative, extendable benchmarking suite for C and C++ hash-table libraries.☆34Updated last year
- 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
- C++ xUnit-like testing framework without macros☆16Updated 2 weeks ago
- Code samples from https://vorbrodt.blog/☆114Updated last month
- Proofs and exercises from "Elements of Programming" by Stepanov (author of C++ STL) and McJones☆28Updated 7 years ago
- An intrusive C++17 implementation of a Red-Black-Tree, a Weight Balanced Tree, a Dynamic Segment Tree and much more!☆128Updated 2 years ago
- Simple unoptimized AVL tree implementation in C89☆41Updated 4 years ago
- Library of some neat 2 dimensional data structures and algorithms which operate on them implemented in c++17☆17Updated 4 years ago
- Using coroutines as sugar for composing monadic operations☆75Updated 6 years ago
- performance experiments for C++ exception handling☆30Updated 3 years ago
- C++ embedded domain specific language for extended parsing expression grammars (PEGs)☆80Updated 2 months ago
- This is the code repository for my book "C++20 - Get the Details"☆96Updated last year
- an experimental standard C++ library☆89Updated last year
- How fast can we shuffle values?☆37Updated last year
- Fast multi-threaded memory allocator☆78Updated 5 years ago
- Concurrency with modern C++☆31Updated 4 years ago