Refactorings item #566420, was opened at 2002-06-09 04:21
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=451586&aid=566420&group_id=44253
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Peter Centgraf (centgraf)
Assigned to: Nobody/Anonymous (nobody)
Summary: Collapse Indent Structure
Initial Comment:
While performance profiling in OS X to root out some redraw
problems, I noticed that the indent code runs pretty slow. This isn't
a show-stopping thing, but I think we can do better. Perhaps it would
be appropriate to collapse the rules tree into a single class with
various functions, rather than a grouping of separate classes. In
theory, this should reduce the classloading and security manager
overhead significantly. Another potential optimization would be to
integrate this new indent class more directly with the reduced
model. I must admit that I'm not terribly familiar with the current
structure of the code, but perhaps one of the original developers
could move forward with these or similar ideas.
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=451586&aid=566420&group_id=44253
|