Skip to content

Instantly share code, notes, and snippets.

@rofr
Created November 24, 2014 10:40
Show Gist options
  • Save rofr/6e183800ab79ae7bb1eb to your computer and use it in GitHub Desktop.
Save rofr/6e183800ab79ae7bb1eb to your computer and use it in GitHub Desktop.
async origodb spike results
TplNetEngine`1
# commands: 20000
# commands per batch: 1280
time elapsed: 00:00:00.3238584
tps: 61755,3844519704
AkkaEngine`1
# commands: 20000
# commands per batch: 1280
time elapsed: 00:00:00.4505049
tps: 44394,6336654718
TplDataflowEngine`1
# commands: 20000
# commands per batch: 1280
time elapsed: 00:00:00.6373211
tps: 31381,3554894071
DisruptorEngine`1
# commands: 20000
# commands per batch: 1280
time elapsed: 00:00:00.4655318
tps: 42961,6193780962
@rofr
Copy link
Author

rofr commented Nov 24, 2014

Added an IEngine implementation based on BlockingCollection queues and simple TPL code. Performs well!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment