Any comments/recommendations?

I am exploring whether or not it might be practical to tie in some
CUDA and forking.

Forking might be along the lines of this, for example:

do together { .. }

Whereby each statement within those braces would be forked onto its
own process. and the "do together" statement would be finished when
all of the processes within have returned.

CUDA integration is quite different.  Honestly, still working that out
in my mind.

My purpose is for fluid dynamics processes for robotics applications.
C and C++ are efficient but development times could be greatly reduced
by employing v8.

Matthew

-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users

Reply via email to