awaited-hare

Results 4 issues of awaited-hare

It will be very useful if the compressed vec can be serialized using serde, which is beneficial when the vector needs to be transferred over limited bandwidth network for example.

Currently there's no way to save the hashmap nor iterate through all key value pairs.

https://github.com/stjepang/smol/blob/3e899311b08fa01693e83560384e6cb8850e5573/src/context.rs seems to use `num_cpu` threads by default. It will probably be better if we can control the number of threads used (especially necessary when we want to run a...

**Describe the bug** A clear and concise description of what the bug is. `libzmq` does not ensure all messages are sent before socket is dropped. **To Reproduce** Give a minimal...

feature request