fdiedler
fdiedler
Hi everyone, I need to build TBB with static-libgcc and static-libstdc++ but I see no option in Cmake to do it. I don't know with line to edit for the...
Hi, Is it possible to update fields in an existing Entity with `make:entity `? I propose to add this feature that seems very useful when you want to edit the...
Hi, I saw you updated X-editable for Bootstrap 5 and thanks very much for that, but CDN links are not available... Which files do I need to use X-editable with...
Hi @Thermadiag, First of all, thanks for your great library :) In my project, I use : `using ConcurrentHashtable = seq::concurrent_set ; ` Everythink works fine with Valgrind (DRD tool...
### Reduced Test Case Using _children_ property in resources https://codepen.io/ABCD_OK/pen/NWwXveV?editors=0010 Using _resourceGroupField_ property, there is no bug https://codepen.io/ABCD_OK/pen/BamJdbb?editors=0010 ### Bug Description Top-level resources (Room A and Room B in my...
Hi, Does the following pattern can create a deadlock ? ``` tbb::task_group; tbb::task_area taskArena1(6), taskArena2(6); // Two tbb::task_area with maximum 6 threads // Create tasks taskGroup.run([&]{ taskArena1.execute([&]{ // work here...
# Summary Hi, I was not able to compile the oneTBB library for the last version 2022.0.0 (it works fine with the previous version 2021.13.0) # Version Version 2022.0.0 #...
Hi, I see there is a concurrent_hash_map container but no concurrent_hash_set container in TBB. Is it possible to have concurrent_hash_set container ? The concurrent_unordered_set seems to have poor performance in...