Hi Nathan:

On Thursday, October 24, 2013 6:21 PM, Nathan Hurst <n...@njhurst.com> wrote:
 

>Thanks for the paper reference, very interesting. 

It is a really cool paper. I have spoken to the authors.

> Is it worth implementing the api first with a naive implementation with >some

Not really. the Join Patterns API and the lock-free algorithms are different 
problems.

However little while back, I wrote an initial join pattern implementation based 
on a modified version of stackless.py. It works but the API is bad and the 
implementation has a much to be desired. I have been I have been writing a new 
version with a much simpler API that can run onto of C based Stackless Python, 
CPython with greenlets and PyPy.


If you want more details, we can take this discussion offline. But some details 
are at http://andrewfr.wordpress.com/

Cheers,
Andrew
_______________________________________________
pypy-dev mailing list
pypy-dev@python.org
https://mail.python.org/mailman/listinfo/pypy-dev

Reply via email to