Skip to content

Instantly share code, notes, and snippets.

@SoftFx
Created January 29, 2016 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SoftFx/abf63bf830ac5bf4f77d to your computer and use it in GitHub Desktop.
Save SoftFx/abf63bf830ac5bf4f77d to your computer and use it in GitHub Desktop.
AsyncLogProof string log: produce - 2417ms total - 2418ms
string log (backgorund writer, TPL): produce - 3500ms total - 3501ms
string log (backgorund writer, TPL, additional buffer): produce - 3634ms total - 3637ms
string log (backgorund writer, lockfree queue): produce - 2609ms total - 2609ms
string log (backgorund serializer, backgorund writer, TPL): produce - 1869ms total - 3507ms
string log (backgorund serializer, backgorund writer, TPL, additional buffer): produce - 934ms total - 3770ms
string log (backgorund serializer, backgorund writer, lockfree queue): produce - 829ms total - 2902ms
binary log (Bson): produce - 5853ms total - 5854ms
binary log (Json): produce - 3230ms total - 3230ms
binary log (ProtoBuf): produce - 997ms total - 997ms
binary log (ProtoBuf, backgorund writer): produce - 609ms total - 1321ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment