-
**Describe the bug**
`application_enabled_layers` is designed to reference all the layers enabled by the Vulkan application using the Vulkan API
- When `application_enabled_layers` is set in `vk_l…
-
/**
* Ice::optional is a placeholder for std::optional.
* Refer to http://en.cppreference.com/w/cpp/utility/optional for more information.
*/
template using optional = std::experimental::Ice::o…
-
make a vector of vectors to store components so they are contiguous in memory. Switch from using unordered map to using map/sparse set. Make entities relate to pointer to component.
-
The benchmark report shows ~20ns average lookup time for std::unordered_set, which is less than the time taken by a cache miss, therefore unrealistic for average sized sets. The benchmark uses sets of…
-
### Why?
And why have original basic container implementations instead of standard ones?
### Why not replace Vampire's set with `std::unordered_set`?
Many more changes at once. This issue propose…
-
Looks for places where `std::unordered_set::emplace` and `std::unordered_map::emplace` can be used instead of `insert`.
https://www.cplusplus.com/reference/unordered_set/unordered_set/emplace/
https…
yakra updated
2 years ago
-
**Describe the issue**
C++ std types are highlighted in C sources.
**Which language seems to have the issue?**
`C`.
**Are you using `highlight` or `highlightAuto`?**
highlight.
**Expected …
-
add
- new_tasks vector of pool_index in shared env
- new_freeagents vector of agent id in shared env
- update corresponding documentation.
-
### 请提出你的问题 Please ask your question
# Windows下对paddle进行源码编译报错
- 参考文档:https://www.paddlepaddle.org.cn/documentation/docs/zh/install/compile/windows-compile.html
- cmake版本:3.27.1
- VS版本:Microsoft V…
-
_Перенос предложения:_ голоса +0, -5
_Автор идеи:_ **Nate Reinar Windwood**
Удобная и логичная альтернатива contains/count.
Как минимум, для unordered вариантов, поскольку математически это в чис…