|
|
|
|
|
by fractallyte
3121 days ago
|
|
Erlang is a high-level language ideally suited to concurrent (not parallel) computing on multiple cores. Is there any kind of cross-over here, with GreenArrays processors? Is it feasible to have an Erlang VM running on a GA chip, and would it have any advantages over the current (typically x86) hardware? (From the Erlang website (http://erlang.org/faq/implementations.html): "Getting Erlang to run on, say, an 8 bit CPU with 32kByte of RAM is not feasible. People successfully run the Ericsson implementation of Erlang on systems with as little as 16MByte of RAM. It is reasonably straightforward to fit Erlang itself into 2MByte of persistant storage (e.g. a flash disk).") Another question: the computing demands of self-driving cars are somewhat self-defeating (https://www.bloomberg.com/news/articles/2017-10-11/driverles...). Isn't low-power computer vision a perfect match for GA chips...? |
|