Performance: Difference between revisions

From FreeMind
Jump to navigationJump to search
Line 14: Line 14:
* [http://en.wikipedia.org/wiki/Performance_tuning Performance tuning] at Wikipedia
* [http://en.wikipedia.org/wiki/Performance_tuning Performance tuning] at Wikipedia
* [http://sourceforge.net/tracker/index.php?func=detail&aid=1820847&group_id=7118&atid=1006953 Task: Memory consumption report for 0.9.0]
* [http://sourceforge.net/tracker/index.php?func=detail&aid=1820847&group_id=7118&atid=1006953 Task: Memory consumption report for 0.9.0]
* [http://sourceforge.net/forum/forum.php?thread_id=1543819&forum_id=22102 Post:Startup takes up to 8 mins]
* [http://sourceforge.net/forum/forum.php?thread_id=1543819&forum_id=22102 Post: Startup takes up to 8 mins]


[[Category:Development]]
[[Category:Development]]

Revision as of 11:53, 28 October 2007

Performance refers to both memory consumption and the speed of the application. We should try to prevent FreeMind from becoming significantly less performant as the versions accomodate new features.

Memory consumption

  • Of Java virtual machine: some 17 MB on Windows 2000. (To be updated and researched.)
  • Of the data objects allocated by FreeMind, above all the node models. (To be detailed and researched.)

Speed

Some people experienced long starts of 0.8.0, for their having a lot of entries in classpath.

Links