poolSTL
poolSTL copied to clipboard
Light and self-contained implementation of C++17 parallel algorithms.
Bumps [KyleMayes/install-llvm-action](https://github.com/kylemayes/install-llvm-action) from 1 to 2. Release notes Sourced from KyleMayes/install-llvm-action's releases. v2.0.0 Migrating from v1 Support for LLVM and Clang 3.5 through 7.0 has been removed (use 7.1 or...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...
Should fix #40.
Hello, Adam. Thank you for awesome library. Maybe I'm something doing wrong... I've simple code, something like ``` #include #include #include int main() { std::vector v(40 * 1024 * 1024,...
Hi. Simple code, like this ``` #include #include #include int main() { std::vector v(40 * 1024 * 1024, 0); v.front() = 100; v.back() = -1; std::sort(poolstl::par, v.begin(), v.end(), std::less()); assert(v.front()...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. Release notes Sourced from codecov/codecov-action's releases. v5.0.0 v5 Release v5 of the Codecov GitHub Action will use the Codecov Wrapper to encapsulate the CLI....