-
If I use BFG9000 alternative mode (black hole power?) from a9fdf306103eb3e3e23a9bf5917969db18a6b241 PB_Staging branch game crash. I can fire with right click small black holes, but if I use left mouse…
-
# Examples of Parallel Algorithms From C++17 - C++ Stories
MSVC (VS 2017 15.7, end of June 2018) is as far as I know the only major compiler/STL implementation that has parallel algorithms. Not every…
-
We love `[[nodiscard]]` in the STL. We love it so much that we've marked over 3,000 functions, and gotten special compiler support to enable it in C++14 mode (even though it's a C++17 attribute). This…
-
The state of the AST generation algorithms and data structure codebase could be better and refactored with good programming practices in mind. The incorporation of [libclang](https://clang.llvm.org/do…
-
| | |
| --- | --- |
| Bugzilla Link | [39120](https://llvm.org/bz39120) |
| Version | unspecified |
| OS | All |
| CC | @JonasToth |
## Extended Description
LLVM has include/llvm/STLExtras.h full …
-
### Iterators in STL have strict interface
**Problems of strict interface in stl algoritms**
- Forbids iterators of different types(begin and end should have same type), if we want to iterate thro…
-
Hello,
I have to iterate over 5 billions+ combinations so I would like to do it in parallel using the STL for_each loop with parallel execution, but I get an error saying `Parallel algorithms requi…
-
In the DSA_Cpp repo, there is a shortage of various sorting Algorithms like : Bubble Sort, Insertion Sort, Quick Sort, etc.
I propose adding implementations of various sorting algorithms, such as B…
-
# How to Boost Performance with Intel Parallel STL and C++17 Parallel Algorithms - C++ Stories
C++17 brings us parallel algorithms. However, there are not many implementations where you can use the n…
-
Unit tests are printing too much to the standard output.
On top of my head some of the worse offenders are the math functions and the newly added STL-like algorithms.