digitalmars.D.announce - StackThreads
- mclysenk mtu.edu (11/11) May 29 2006 I've just finished up my userland context switching system.
- Daniel Keep (10/28) May 29 2006 Hooray! It's nice to see someone who *knows* what they're doing.
- Derek Parnell (8/10) May 29 2006 http://en.wikipedia.org/wiki/Sierpinski_triangle
- Daniel Keep (9/16) May 29 2006 Ah yes; that's the one. I recognised it from my Fractals and Wavelets
- akcom (2/20) May 30 2006 Thank you very much for the contribution :)
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
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! -MikHooray! 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
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 :Phttp://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
Derek Parnell wrote:On Tue, 30 May 2006 15:34:20 +1000, Daniel Keep wrote: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/Also, may I compliment you on your site's favicon. I've probably got the equation for that thing lying around somewhere :Phttp://en.wikipedia.org/wiki/Sierpinski_triangle
May 29 2006
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! -MikThank you very much for the contribution :)
May 30 2006