tkp1n
tkp1n
Just a thought... I could imagine an arena allocator doing quite well in this kind of use case. @mgravell introduced a C# implementation here: https://github.com/mgravell/Pipelines.Sockets.Unofficial/blob/master/docs/arenas.md
`CKM_CONCATENATE_BASE_AND_KEY` operates on an object handle as parameter. The `IMechanismParamsFactory` does not seem to offer an option to create such an `IMechanismParams`. As a work-arround `CreateCkExtractParams` can be repurposed to...
Currently the methods `Submit`/`SubmitAndWait` use a lock that may not be necessary.
Create a set of load tests to compare the different transport layers: 1. Stock Kestrel 2. [kestrel-linux-transport](https://github.com/redhat-developer/kestrel-linux-transport) 3. IoUring.Transport If some methods are identified as "hot" during the load tests,...