VinGarcia / Simple-Iterator-TemplateLinks
Provides a header-only iterator template that is easy to adapt for any custom container
☆47Updated 4 years ago
Alternatives and similar repositories for Simple-Iterator-Template
Users that are interested in Simple-Iterator-Template are comparing it to the libraries listed below
Sorting:
- A simple, extensible, portable, efficient and header-only SIMD library!☆232Updated 4 years ago
- LightweighT Almost Lock-Less Oriented for C++ programs memory allocator☆172Updated 6 years ago
- Compile time mathematic functions for C++14☆187Updated 4 years ago
- contiguous container library - arrays with customizable allocation, small buffer optimization and more☆258Updated 5 years ago
- low-level library for minimizing the size of your types☆118Updated 6 years ago
- A collection of single-header C++11 libraries by Chobolabs☆134Updated 5 years ago
- Fast integer to ascii / integer to string conversion☆241Updated 3 years ago
- 🚀 Fast C/C++ bit population count library☆360Updated last year
- Provides a bit-vector, an optimized replacement of the infamous std::vector<ool>. In addition to the bit-vector, the library also pro…☆73Updated last year
- A dynamically-resizable vector with fixed capacity and embedded storage☆172Updated 4 years ago
- std::bitset with constexpr implementations plus additional features.☆126Updated 2 years ago
- A micro microbenchmarking library for C++11 in a single header file☆226Updated last month
- Random access array of tightly packed unsigned integers☆171Updated 3 years ago
- A highly efficient, move-aware operators library☆204Updated 3 years ago
- Simple, flexible and modular assertion macro.☆229Updated last month
- Policy Based C++ Allocator Library☆123Updated 7 months ago
- Replaced by foonathan/lexy☆138Updated 5 years ago
- 🏃 Iterators made easy! Zero cost abstractions for designing and using C++ iterators.