[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Tuna 0.4.3 now w/OSX support
- From: curt <curt@...>
- Date: Tue, 12 Jun 2012 14:41:26 -0400
Well, removed the call that was causing the problems anyway, don't
actually have an OSX platform to test on so I don't know how well/if it
works yet.
Tried to add ARM support but I can't code assembly blind, I need a
platform to iterate on or there is no hope, any way I can score a cheap one?
What is it? Tuna is a multi-threaded API that allows task-switching at
the c/c++ level. It is designed specifically to make the penalty of
running many [many] tasks very small by using actual deep-magic stack
manipulation. It supports multi-tasking both in cooperative and
preemptive models, and can be used identically from either the c-api or
lua side (including yielding)
http://northarc.com/tuna
-Curt