.net - What's the fastest Serialization mechanism for c#? -


this small payloads.

i looking achieve 1,000,000,000 per 100ms.

the standard binaryformatter slow. datacontractserializer slow binaryformatter.

protocol buffers (http://code.google.com/p/protobuf-net/) seems slower binaryformatter small objects!

are there more serialization mechanisms should looking @ either hardcore coding or open source projects?

edit: serializing in-memory transmitting payload on tcp on async socket. payloads generated in memory , small double arrays (10 500 points) ulong identifier.

your performance requirement restricts available serializers 0. custom binarywriter , binaryreader fastest get.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -