-
**This is a(n):**
- [ ] New algorithm
- [ ] Update to an existing algorithm
- [ ] Error
- [x] Proposal to the Repository
**Details:**
Any chance of adding non-blocking data structures? Even …
-
Prepare KSMT for use in a multi-threaded environment:
- [x] Use concurrent data structures in `KContext`
- [ ] Guard solver native APIs with locks
-
- [ ] Tracing - from a user perspective "keep calm and carry on", traces will be automatically generated for you, will be faster and have less cruft.
- [ ] Compositional concurrency - new semantics o…
-
**Who we are and what we do**
Shaw and Partners is a software development provider for high-profile startups with approximately 25 remote staff. We are also incubating two startups. [Christopher Shaw…
-
Current generic key support in Congee is broken: every key type is stored as `usize` and compared as `usize`. The ordering of the original generic key is ignored.
ART is a radix tree and implicitly a…
-
Right now we're using `MaybeDone` internally to track the state of each future. It can either be: "pending", "containing data", or "done". This is nice from an implementation perspective, but bad for …
-
Extra tests for concurrent data structures using [kotlinx-lincheck](https://github.com/Kotlin/kotlinx-lincheck) should be fairly easy.
And BTW it will show compatibility of our code with Kotlin.
-
Hi,
We have a OPC UA Server which implements OPC 40451-1 Tightening Specification. It has a structured data type called ResultDataType which has a sub-structure as a field.
While connecting to the…
-
Structured Concurrency mandates that upon the return of a function any background work it may have started has completed.
With `HTTPClient.execute(...) async throws` that's clearly not the case as …
-
### Description
During the the development of the scan on demand for vulnerability detector https://github.com/wazuh/wazuh/issues/9220, the main thread was divided in two: a scheduler thread in cha…