performance numbers - jfreechart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
siva chelliah

performance numbers - jfreechart

Post by siva chelliah » Tue Jan 29, 2002 12:28 am

Does anyone has any performance benchmark on this tool?

thanks,
Siva

David Gilbert

RE: performance numbers - jfreechart

Post by David Gilbert » Tue Jan 29, 2002 9:56 am

Hi Siva,

There's nothing that I'm aware of. To date I have been concentrating on the functions in JFreeChart, but it is part of my plan to address performance before I get to release 1.0.0, because I know there are ways to make it run faster.

Here's a rough plan:

0.7.x Bug fixes for the current version.

0.8.x Improve axes (flexible positioning, major and minor tick marks, logarithmic scale). Write performance measurement framework, and introduce performance enhancements. Rework the property editing framework. Add ability to "pan" left/right/up/down in addition to current zoom feature. Fix bugs.

0.9.x Release candidate for 1.0.0. Complete documentation. Fix bugs.

1.0.0 Version 1. No more breaking the API at random. Take a break, enjoy the wealth that accrues from producing free software. Fix bugs.

Note that this is a task-based plan, not a time-based one. I can't give you dates.

Regards,

Dave Gilbert.

Locked