-
[ormsgpack](https://github.com/aviramha/ormsgpack) is a faster alternative to [python-msgpack](https://github.com/msgpack/msgpack-python) and since speed is critical/required in Web/ASGI application I…
-
As part of the Scheduler benchmarking work, we have seen a fair bit of time still spent in Tornado. While we can now use uvloop ( https://github.com/dask/distributed/pull/4448 ) and have optimized TCP…
-
hi,
I'm implementing a multiple process program to backtest my trading strategy and connects them using pyzmq. One problem that I found is on every sent message, the latency increase.
Here the log…
-
distributed git tip, Linux x64
```python
import distributed
import numpy
c = distributed.Client(n_workers=4, threads_per_worker=1, memory_limit="2.8 GiB")
f = c.submit(numpy.random.random, 2 …
-
`msgpack-python` [has an option](https://github.com/msgpack/msgpack-python#one-shot-pack--unpack): `use_list=False` to its unpacker to allow for decoding to `tuple` by default.
I noticed [in the do…
-
Feature request, make it possible to specify a fallback function that is called when the encoder encounters an unsupported object.
The fallback function can then handle the unsupported object using …
-
I'm working on PX4, which used `genmsg` for code generation. Now the ask has come up to generate docs for .msg files, and I see ROS uses http://wiki.ros.org/rosdoc_lite, which parses the files indepen…
-
I have not managed to have a field that is a List(msgspec.Struct) - is that possible? if not desirable?
-
If a kernel sends pager output like msgspec 4, without a mimebundle (IRkernel/IRkernel#112), the notebook gets in a state where you can't execute any more cells. This is a bug in IRkernel, but it shou…
-
Currently the messages that `msgspec` raises on validation error can be a bit cryptic:
```python
In [1]: import msgspec
In [2]: class User(msgspec.Struct):
...: name: str
...: e…