-
- CSV, Excel import
- initially of a fight, provide wheel/selector/input interface for GM to choose participants of fight
- manual input at initialization should be possible
-
`ClientStorage` supports several server addresses. Those addresses specify servers which essentially serve the same data, maybe a replicated storage. When `ClientStorage` connects, it tries to open p…
-
For a modern data engineer knowledge of concurrency models is important.
1. A data engineer should know the difference between **concurrency** and **parallelism**.
2. A data engineer should know …
-
### Acknowledgements
- [X] I read the documentation and searched existing issues to avoid duplicates
- [X] I understand this is a **bug tracker** and anything other than a proven bug will be closed
-…
-
We have `LockFreeLinkedListNode` and co. based on the ["Lock-Free and Practical Doubly Linked List-Based Deques Using Single-Word Compare-and-Swap"](https://citeseerx.ist.psu.edu/viewdoc/download?doi…
-
I'm David Greenberg, a functional and distributed systems programmer. My passions are data structures, concurrency, and distributed systems, and especially their intersection with functional programmi…
-
Hash maps already have an STL implementation. However, that STL implementation does not play nicely with accelerators, as most STL data structures don’t. This is unfortunate, due to the usefulness of …
-
### Related issues
https://github.com/firebase/firebase-functions/issues/1439
This issue is the orginal thread that was marked as solved, when it isn't.
But please check it out to feel the gr…
-
目前锁粒度太大,需要通过bucket、数据结构维度减少锁粒度,提高并发性能。或者分片的方式。
The current lock granularity is too large and needs to be reduced by bucket, data structure dimension to improve concurrency performance. Or a sharding …
-
### Background
---
To prevent previous dysfunction,
write locks were added in https://github.com/lightninglabs/taproot-assets/commit/b190d32087a3d579fbfca4cd06548d59d0b46694#diff-34ab0b3a459340708…