SansOrm icon indicating copy to clipboard operation
SansOrm copied to clipboard

Benchmark

Open pixmize opened this issue 10 years ago • 1 comments

Brett, I really liked SansORM. Wondering if you have any performance benchmark comparing this against just plain old JDBC?

pixmize avatar Oct 29 '15 13:10 pixmize

It is not much more than "plain old JDBC". I can come up with a benchmark, give me a little time. But my intuition, knowing the code, is that the difference in constructing and populating a single Java object between SansOrm vs. straight Java code is probably measured in single or double-digit microseconds.

brettwooldridge avatar Oct 29 '15 15:10 brettwooldridge