[erlang-questions] How to split a single huge server?

Bob Ippolito bob@REDACTED
Tue Aug 5 17:01:51 CEST 2014


There are languages such as Python (numpy, numba) or Haskell (repa,
accelerate) that have high level and fast implementations of these
operations in libraries, supporting CPU and/or GPU. I'm not aware of such
popular bindings for Erlang, most of the ones I've come across don't seem
to be maintained but cl looks like it might be promising for working with
the GPU from Erlang: https://github.com/tonyrog/cl


On Tue, Aug 5, 2014 at 7:12 AM, semmit mondo <semmitmondo@REDACTED>
wrote:

>
>
> How large are these matrices ?
>
>
> They can be huge.  2^16 x 2^16 is an average one but can be much larger.
> Does the anonymous function trick help me out?
>
> So basically what you suggest is that I need an external piece of software
> written in a low level language that uses low level SIMD instructions on
> the bare CPU or maybe uses GPU.
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20140805/a7de0ae7/attachment.htm>


More information about the erlang-questions mailing list