Y
Hacker News
new
|
ask
|
show
|
jobs
by
zigzag312
400 days ago
MessagePack seems to use string field names. I wonder how it would perform with integer field keys defined (which MessagePack also supports).
1 comments
chris_pie
396 days ago
Here's a benchmark of int keys in .NET
https://github.com/MessagePack-CSharp/MessagePack-CSharp#des...
link