20040218 Wednesday February 18, 2004

Hibernate gets faster... Overheard this evening on Gavin's site:

My performance tests are showing a really big difference in performance, just from removing the finalizer. For one problematic test, I actually halved the overhead of Hibernate!

I can barely believe this result, but I've been successfully reproducing it for the last two hours.

Time to ditch those finalizers eh? Posted in Java at Feb 18 2004, 10:56:26 PM MST 1 Comment

Comments:

Remember that he is only talking about an experiment. I think it remains to be seen if it is "safe" to remove the finalizers in this case, given their reason for existence. Of course, this would be incentive to use Hibernate correctly, knowing that if you don't release those connections Hibernate ain't gonna clean up after you....

Posted by Lance on February 19, 2004 at 08:49 AM MST #

Post a Comment:
  • HTML Syntax: Allowed