Skip to content

Instantly share code, notes, and snippets.

@FransBouma
Created May 1, 2014 16:41
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 FransBouma/2e18455b06d3f6df3e92 to your computer and use it in GitHub Desktop.
Save FransBouma/2e18455b06d3f6df3e92 to your computer and use it in GitHub Desktop.
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