Thread overview
StackThreads
May 30, 2006
mclysenk
May 30, 2006
Daniel Keep
May 30, 2006
Derek Parnell
May 30, 2006
Daniel Keep
May 30, 2006
akcom
May 30, 2006
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 30, 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!
> 
> -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 30, 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 :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 30, 2006

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 30, 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!
> 
> -Mik
> 
> 
Thank you very much for the contribution :)