-
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…
-
# 1.20.4 Support
Packets definitions are out of date for 1.20.4.
## Log
```
java.lang.RuntimeException: Invalid VarInt found! Packet structure may have changed.
at packets.DataReader.readV…
-
### 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…
-
### Background
---
To prevent previous dysfunction,
write locks were added in https://github.com/lightninglabs/taproot-assets/commit/b190d32087a3d579fbfca4cd06548d59d0b46694#diff-34ab0b3a459340708…
-
# Summary
This issue is a Request For Comments (RFC) to propose a change to the way the `DraftEntity` stores its internal data structure.
In order to better support concurrent updates to Draft e…
-
In our test, performance reduces rapidly when concurrent stream number grows.
We found the follow code block in "h2_stream_set.erl",
```
get_from_subset(Id, PeerSubset) ->
case lists:keyfi…
-
### problem
Each module `run_patch.py` `run_segmentation.py` etc... launches a process to parallelize across sites, but often we have a large dataset for a given site (high Z, T, C count) and are n…
-
## Description
When requesting token metrics from an endpoint running a LMI container using a vLLM engine, **non-zero** values are returned for tokenThroughput, totalTokens, and tokenPerRequest (**as…
-
Make multi-threading effective again.
See if it can be used for temporal compounding in sensorimotor inference, which likely would bring the biggest performance gain.
-
Currently the Cats Effect memory model is implicitly defined via implementation details and the Java Memory Model (JMM). In some cases this works okay but in other cases this means that our memory mod…