Faster processing by Erlang
#1
Hey folks,

first i would like to thank you for this great piece of tool! Well done!

I just wonder if the processing speed on GPU/CPU could be improved by using Erlang as programming language. It is a language with focus on optimized code execution on multi-processor machines. The concept behind Erlang is to use internal managed sub-processes which can run much faster than threads, because they are managed in lets say the Erlang VM. Actually i wonder if Erlang is even able to be used for GPU.

Was just an idea, maybe you can give it a shot.

Anyway, thanks again and have a nice day,

Markus


Messages In This Thread
Faster processing by Erlang - by 7eicher@gmx.de - 03-05-2012, 06:46 PM
RE: Faster processing by Erlang - by atom - 03-06-2012, 01:40 PM