Roman Useinov

Results 157 comments of Roman Useinov

Also, one of the strong points of `ReadAt` trait is the fact that reads don't require a mutable reference. That allows for parallel reads using the same handle. I'm not...

> > No idea, there's nothing in the description about zero-copy slices. > > It does mention specifically the `Slice` type, which in this crate is a very specific type...

I'm currently working on something else that's also gRPC-based, might eventually approach this here too.

> @niklasad1 it might not be bad idea if you entirely take this over, as Roman is busy with other stuff (that's way more high priority). Yeah, not possible for...

@kianenigma This does not have dedicated tests for StakeTracker yet, but it runs Staking tests against StakeTracker and it all works. Separate unit-tests for tracker are going to be introduced,...