Ticket #6 (closed enhancement: fixed)
improved queuing
Reported by: | utke | Owned by: | malozemo |
---|---|---|---|
Priority: | major | Component: | Queueing |
Version: | Keywords: | ||
Cc: |
Description
generate a type that has only a slice of the coefficients
and is different from the active type used in the user code
that new type is only occuring as arguments to the operations that
are reference in the queue
what used to be overloaded ops are now simple methods that that references to that new type as arguments.
more details to be added...
Change History
Note: See
TracTickets for help on using
tickets.
step 1 : separate generated types from queue implementation
step 2 : internal slice type (contents of work arrays) needs to live in a separate namespace (namespace changeable in the generator)