Opened 17 years ago
Last modified 15 years ago
#86 assigned enhancement
Virtualmap based graphToEps().
Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | core | Version: | |
Keywords: | Cc: | ||
Revision id: |
Description
A rewrite of graphToEps() using virtual-maps instead of named template parameters would result in a much faster compilation time, at a cost of a slower execution, which is not really an issue here.
See also ticket:43.
Change History (3)
comment:1 follow-up: 2 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
Milestone: | LEMON 1.1 release |
---|
comment:3 Changed 15 years ago by
Just for the record, the heavy use of named template parameters in graphToEps()
was on purpuse. In fact this utility came into existence in order to test how our approach to implement named template functions works in practice.
Note: See
TracTickets for help on using
tickets.
This ticket possibly depends on #6.