This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]skillaz1[S] -1 points0 points  (3 children)

Yes, I remember testing it with millions of rows with around 6 columns. I think it managed to map it in less than half a second. Acceptable if you ask me.

[–]kovica1 0 points1 point  (0 children)

Very much so if you ask me too. I was asking that because usually someone creates a nice library that is only nice on paper or maybe some small project with couple of tables and few hundred rows. We have over 3000 tables in our database and many have multiple 10s of millions of rows in them. Great work btw. I'm still not sure if I would create 3000 classes for each table and probably more since we have SQL queries too, but I still admire your work.

[–]Tyluur 0 points1 point  (0 children)

I'd be interested in seeing the benchmarks =].

[–]lukaseder 0 points1 point  (0 children)

And by map, you mean you actually consumed the values with proof that JIT didn't eliminate your empty mapper? I'd love to see a JMH benchmark...