Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

estimate performance of an Erlang system?

Erlang estimate PERFORMANCE
0
10 Posted

estimate performance of an Erlang system?

0

Mike Williams, one of Erlang’s original developers, is fond of saying “If you don’t run experiments before you start designing a new system, your entire system will be an experiment!” This philosophy is widespread around Erlang projects, in part because the Erlang development environment encourages development by prototyping. Such prototyping will also allow sensible performance estimates to be made. For those of you who want to leverage experience with C and C++, some rough rules of thumb are: • Code which involves mainly number crunching and data processing will run about 10 times slower than an equivalent C program. This includes almost all “micro benchmarks” • Large systems which spent most of their time communicating with other systems, recovering from faults and making complex decisions run at least as fast as equivalent C programs. Like in any other language or system, experienced developers develop a sense of which operations are expensive and which are cheap. Erlang newcomers

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123