Crisp Server Programming Language

I am looking for a programming language that scales well on multiprocessor and distributed systems and is able to work well with the GPU for crunching. Do you think Erlang and CUDA fit well?

LE: I want to use it for image processing: function detection, set-up and scene reconstruction; therefore it is rather parallel. The GPU will perform the computationally intensive part, and Erlang will simply manage tasks and move data around.

+4
source share

Source: https://habr.com/ru/post/1347627/


All Articles