Skip navigation.

Projects

I am currently working on a project to implement Parallel Priority Queues on multicore architecture and subsequently employing PPQs to a Logic Simulator to see if it is worth porting a legacy application to newer architectures such as multicore and GPUs. The first part of this project has been completed and the results were satisfying. We are working on the second part, that is employing PPQs in a Logic Simulator. If you want to have a look at the code, use this command to anonymously check out the latest project source code:

Parallel Priority Queues (PPQs)
svn__checkou__http://parallelpriorityqueues.googlecode.com/svn/trunk__yourfoldername
Logic Simulator employing PPQs
svn__checkout__http://logic-simulator.googlecode.com/svn/trunk/__yourfoldername

Replace __ with space.

Update (01/22/2009): The second part is working too. Only problem is with the efficiency. I will put up some plots here once we are done with it.

Update(02/07/2010): Here are some plots from PPQ. I am still working on logic simulator.