Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Consolidate conversion to hex and decimal string: template<> to_hexstring() a... | Sven Gothel | 2021-02-10 | 1 | -3/+3 |
* | callocator: Need ctor constexpr callocator(const callocator& other, const boo... | Sven Gothel | 2021-01-07 | 1 | -8/+0 |
* | darray using new callocator supporting realloc: Avoiding loop over elements w... | Sven Gothel | 2021-01-06 | 1 | -4/+4 |
* | counting_allocator: avoid unused params, align C++20 implementation with C++17 | Sven Gothel | 2021-01-03 | 1 | -0/+8 |
* | counting_allocator: Comply with 'C++ named requirements for Allocator', i.e. ... | Sven Gothel | 2021-01-02 | 1 | -25/+32 |
* | Add: darray, cow_darray, cow_iterator; Adjust cow_vector to cow_darray findin... | Sven Gothel | 2021-01-02 | 1 | -0/+7 |
* | counting_allocator: Fix C++20 ctor; Add custom ctor to keep_stats | Sven Gothel | 2021-01-02 | 1 | -1/+9 |
* | Add benchmark tests: cowvector and hashset, also using new counting_allocator... | Sven Gothel | 2020-12-25 | 1 | -0/+211 |