-
JIRA Issue: [KIEKER-955] Unncessary concurrent data structures within AbstractPlugin
Original Reporter: Nils Christian Ehmke
***
Just noticed: We use a lot of ConcurrentHashMaps within AbstractPlugi…
-
Is this project planning to add some data structures that support concurrent R/W? Like the ConcurrentHashMap and CopyOnWriteArrayList in Java.
-
Implement an Oversized Bag to be used in YGM, similar to the existing bag data structure. The crux of the implementation is that instead of storing information directly into memory, we will be utilizi…
-
(From Nim community survey 2017)
-
Attempting to port some CMS (from CERN c.f. @felicepantaleo, @rovere) software to HPX from TBB has hit a problem - the CMS code makes fairly liberal use of tbb concurrent data structures that we do no…
-
Does anyone have GDB pretty printers available for tbb::concurrent data structures?
I'm in a GDB session, trying to print a `tbb:concurrent_unordered_set` and am struggling with buckets/storage etc…
-
### What type of bug is this?
Locking issue
### What subsystems and features are affected?
Query executor
### What happened?
We are hitting a deadlock when we are inserting data concurr…
-
### Proposal Details
I asked for this a [decade ago](https://github.com/golang/go/issues/35639), and I want to start this discussion up again.
I'm not saying Go should add the full gamut of rela…
-
### Steps to reproduce the behavior (Required)
```
1. CREATE TABLE `test_reproduce` (
`aa` varchar(64) NOT NULL COMMENT "",
`create_date` datetime NOT NULL COMMENT "创建时间",
`update_d…
-
We should allow users to use the latest Blockifier feature, which is concurrent execution. We should add a Go flag (boolean) vm-concurrency-mode that will trigger parallel execution in Blockifier. Thi…