brettwooldridge / SansOrm

A "No-ORM" sane SQL ←→ Java object mapping library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Benchmark

pixmize opened this issue · comments

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

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.