Currently each sorter object recompiles the program, but sometimes it may be useful to have multiple sorters with the same parameters so that they can operate in parallel. Either
- implement transparent caching; or
- allow sorters to be cloned, which copies a ref to the program; or
- separate the data-independent parts into separate classes
Reported by: bmerry
Original Ticket: clogs/tickets/8
Currently each sorter object recompiles the program, but sometimes it may be useful to have multiple sorters with the same parameters so that they can operate in parallel. Either
Reported by: bmerry
Original Ticket: clogs/tickets/8