estaban

Results 4 issues of estaban

At the moment, iterating on the map elements requires to take a read lock on one internal shard. While a thread is iterating on the map, all writes to the...

enhancement
p-low
pending-rewrite

I am using SBE to pass data between 2 services: service A encodes the message and service B decodes it. I have 3 code packages: * Package 1 (used by...

question

**Is your feature request related to a problem? Please describe.** My application manages hundreds of thousands of connections, each having its own `tokio::sync::mpsc::unbounded_channel`. I have a global semaphore that bounds...

A-tokio
M-sync
C-feature-request

The 1.0 [specification](https://github.com/FIXTradingCommunity/fix-simple-binary-encoding/blob/master/v1-0-STANDARD/doc/03MessageStructure.md#message-header-schema) mentions that the following attributes are part of message headers > Number of repeating groups > A count of repeating groups at the root level of the...

Blocked by SBE v2 spec