Header-only C++ library with radix sort, lazy ranges, and iterators
Radix sort, lazy ranges and iterators, and more. Boost-like header-only library
burst$ #include <burst/algorithm/radix_sort.hpp>
burst::radix_sort(container.begin(), container.end());$ #include <burst/range/lazy_range.hpp>
auto result = burst::make_lazy_range(container) | burst::take(10);$ brew --prefix burst && ls $(brew --prefix burst)/include/burst