Created
May 1, 2014 16:41
-
-
Save FransBouma/2e18455b06d3f6df3e92 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Non-change tracking individual fetches (100 elements, 10 runs), no caching | |
------------------------------------------------------------------------------ | |
Handcoded materializer using DbDataReader : 0,79ms per individual fetch | |
PetaPoco Fast v4.0.3 : 0,90ms per individual fetch | |
LLBLGen Pro v4.2.0.0 (v4.2.14.0424), Poco typed view with QuerySpec : 0,95ms per individual fetch | |
LLBLGen Pro v4.2.0.0 (v4.2.14.0424), typed view : 1,21ms per individual fetch | |
Linq to Sql v4.0.0.0 (v4.0.30319.33440) : 2,53ms per individual fetch | |
LLBLGen Pro v4.2.0.0 (v4.2.14.0424), Poco typed view with Linq : 6,50ms per individual fetch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment