www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - StackThreads

reply mclysenk mtu.edu writes:
I've just finished up my userland context switching system.

It adds the following to D:
+ Context switching
+ Cooperative threads
+ Coroutines

I call the system StackThreads!  It supports both Windows and Linux on the x86.
It is also very fast.

You can grab it from my website: http://assertfalse.com 

Any questions, comments or hideous soul destroying bugs that I missed are
welcome!

-Mik
May 29 2006
next sibling parent reply Daniel Keep <daniel.keep.lists gmail.com> writes:
mclysenk mtu.edu wrote:
 I've just finished up my userland context switching system.
 
 It adds the following to D:
 + Context switching
 + Cooperative threads
 + Coroutines
 
 I call the system StackThreads!  It supports both Windows and Linux on the x86.
 It is also very fast.
 
 You can grab it from my website: http://assertfalse.com 
 
 Any questions, comments or hideous soul destroying bugs that I missed are
 welcome!
 
 -Mik
 
 
Hooray! It's nice to see someone who *knows* what they're doing. Hopefully yours will actually work properly as opposed to, oh I don't know... mine. Thankyou, good sir. Also, may I compliment you on your site's favicon. I've probably got the equation for that thing lying around somewhere :P -- Daniel -- v1sw5+8Yhw5ln4+5pr6OFma8u6+7Lw4Tm6+7l6+7D a2Xs3MSr2e4/6+7t4TNSMb6HTOp5en5g6RAHCP http://hackerkey.com/
May 29 2006
parent reply Derek Parnell <derek psych.ward> writes:
On Tue, 30 May 2006 15:34:20 +1000, Daniel Keep wrote:

  Also, may I compliment you on your site's favicon.
  I've probably got the equation for that thing lying around somewhere :P
http://en.wikipedia.org/wiki/Sierpinski_triangle -- Derek (skype: derek.j.parnell) Melbourne, Australia "Down with mediocracy!" 30/05/2006 3:41:25 PM
May 29 2006
parent Daniel Keep <daniel.keep.lists gmail.com> writes:
Derek Parnell wrote:
 On Tue, 30 May 2006 15:34:20 +1000, Daniel Keep wrote:
 
  Also, may I compliment you on your site's favicon.
  I've probably got the equation for that thing lying around somewhere :P
http://en.wikipedia.org/wiki/Sierpinski_triangle
Ah yes; that's the one. I recognised it from my Fractals and Wavelets course last year. I've been digging around trying to find my notes from that, sadly with no luck thus far. In typical fashion, looking them up never occured to me :P -- Daniel -- v1sw5+8Yhw5ln4+5pr6OFma8u6+7Lw4Tm6+7l6+7D a2Xs3MSr2e4/6+7t4TNSMb6HTOp5en5g6RAHCP http://hackerkey.com/
May 29 2006
prev sibling parent akcom <CppCoder gmail.com> writes:
mclysenk mtu.edu wrote:
 I've just finished up my userland context switching system.
 
 It adds the following to D:
 + Context switching
 + Cooperative threads
 + Coroutines
 
 I call the system StackThreads!  It supports both Windows and Linux on the x86.
 It is also very fast.
 
 You can grab it from my website: http://assertfalse.com 
 
 Any questions, comments or hideous soul destroying bugs that I missed are
 welcome!
 
 -Mik
 
 
Thank you very much for the contribution :)
May 30 2006