Opened 16 years ago
Closed 15 years ago
#4 closed defect (fixed)
Current CLOS implementation speed improvements
Reported by: | ehuelsmann | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | other | Version: | |
Keywords: | Cc: | ||
Parent Tickets: |
Description
By comments from Peter Graves, the current implementation is consing and therefore (amongst others) too slow.
The implementation lives across Java and Lisp, because Peter thought that would be the only way to get the right speed. More recently he thought that if a non-consing implementation can be created inside Lisp, then this would probably solve most of the issue.
Note: See
TracTickets for help on using
tickets.
According to list testimonials, we've increased our performance huge amounts (600seconds->16seconds)(due to accessor caches and less compilation).
I consider this issue closed: we need more specific issues in the future.