Skip to content

Instantly share code, notes, and snippets.

@tomgco
Last active December 29, 2015 11:39
Show Gist options
  • Save tomgco/7665599 to your computer and use it in GitHub Desktop.
Save tomgco/7665599 to your computer and use it in GitHub Desktop.
BSON performance

BSONNative.BSON:

====================== 700 :: 0.07

BSONPure.BSON:

====================== 1991 :: 0.1991

BSONNative is 2.8x Faster on Clock Data than PureJS

BSONNative.BSON:

====================== 1605 :: 0.01605

BSONPure.BSON:

====================== 3364 :: 0.03364

BSONNative is 2.1x Faster on Clock Data than PureJS

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