How to make the Fastest C# Serializer, In the case of ZeroFormatter
Last month, I talked about ZeroFormatter — the fastest C# serializer.
Focusing on where to serialize integer, why the existing serializer is slow and why the ZeroFormatter is fast was explained. If you can read it, I think that you can be convinced about the performance in theory.
As a next step of ZeroFormatter, I am making a database called MasterMemory. I think I can introduce it soon. Please look forward to it.