-
### Reason/inspiration (optional)
We would like a new entry on the `Unordered_Set` in C++. The entry should go in a new file under `docs/content/cpp/concepts/unordered-set/unordered-set.md`. …
-
AFAIK, these are slow in STL of C++. We have found some alternatives - policy based data structures (https://codeforces.com/blog/entry/60737, SparseHash by Google, `abseil::flat_hash_map`, `boost::uno…
-
The current implementation of sets and maps being 'ordered by default' is unintuitive as it isn't actually 'by default'; One would expect a persistent set to count as a persistent set, regardless of i…
-
### Is this the right place to submit this?
- [X] This is not a security vulnerability or a crashing bug
- [X] This is not a question about how to use Istio
### Bug Description
We use an applicatio…
-
As pointed out by ATLAS, it's currently not possible to use a `std::vector` with a non-default allocator in RNTuple:
```c++
#include
#include
#include
void ntuple_vector_allocator() {
a…
-
I was implementing P3372 (constexpr containers and adaptors) in libc++ and found UB which fails evaluation in ExprConstant.cpp.
It's in these two files:
[`libcxx/include/__tree`](https://github.co…
-
https://github.com/o3de/o3de/pull/18352
Fixes issue https://github.com/o3de/o3de/issues/18348
-
Hi there,
Thank you for the open-sourcing code. I have a related question I'd like to discuss: given that the categorical dataset is unordered (implying N! kinds of order), this results in a very s…
-
Greetings,
I have a problem to compile PaPaRa on my Ubuntu. I follow the instructions from the website (https://cme.h-its.org/exelixis/web/software/papara/index.html). Yet, several error messages p…
-
Implement in some way the idea of sets, without repetition or something