Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] Re: Proposed perf optimization remove isNull for non 0 values

Patch checked into 1.0 and 1.1 streams.
Reviewed by James Sutherland

Gordon Yorke wrote:
The goal of this optimization is to reduce the JDBC isNull() calls for primitive values != 0. The isNull call can be expensive and is not needed when the value returned from the getXXX() call returns a non zero value. Please review https://bugs.eclipse.org/bugs/show_bug.cgi?id=244871 and provide any feedback.
--Gordon



Back to the top