Hi,

I have a list of dates that are exclusions when it comes to processing. A
task performing processing may ask for dates that are exclusions between two
dates and I need to see if a date is an exclusion or not. The problem is
that when I iterate over all dates between two dates I perform this
iteration using plusDays(1) on the "from" date provided by the user till I
reach the "to" date. This iteration obviously creates a new LocalDate object
every time and does not seem to be very efficient. Is there a better way of
doing this iteration in performance critical applications?

--Gaurav
------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Joda-interest mailing list
Joda-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/joda-interest

Reply via email to