raboof / xmltv2ical

Automatically exported from code.google.com/p/xmltv2ical
1 stars 0 forks source link

Performance, especially under gcj #2

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Performance needs some work.

gcj was *much* slower than java-6-sun, which wasn't too fast either.

Original issue reported on code.google.com by arnout.engelen on 18 Feb 2009 at 9:00

GoogleCodeExporter commented 9 years ago
Looks like the best advice is to just not use gcj for interpreting regular Java 
apps.

Did some profiling, took care of some low-hanging fruit (caching channel 
names). Most
of the slowness seems to be in the ical4j library now.

Original comment by arnout.engelen on 17 Apr 2009 at 9:44