TL;DR I'm working currently on SewingMachine, an OSS project of mine, that is aimed at unleashing the ultimate performance for your stateful services written in/for Service Fabric (more posts: here). In this post I'm testing further (previous test is here) whether it would be beneficial to write a custom unmanaged writer for protobuf-net using stackallocked … Continue reading ProtobufRaw vs protobuf-net
BenchmarkDotNet
ThreadStatic vs stackalloc
TL;DR I'm working currently on SewingMachine, an OSS project of mine, that is aimed at unleashing the ultimate performance for your stateful services written in/for Service Fabric (more posts: here). In this post I'm testing whether it would be beneficial to write a custom unmanaged writer for protobuf-net, instead of using some kind of object … Continue reading ThreadStatic vs stackalloc