Ticket #6 (closed enhancement: fixed)

Opened 14 years ago

Last modified 14 years ago

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

comment:1 Changed 14 years ago by utke

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)

comment:2 Changed 14 years ago by malozemo

  • Owner changed from utke to malozemo
  • Status changed from new to assigned

Completed step 1.

comment:3 Changed 14 years ago by malozemo

  • Component changed from Python Generator to Queueing

comment:4 Changed 14 years ago by malozemo

  • Status changed from assigned to closed
  • Resolution set to fixed
Note: See TracTickets for help on using tickets.