[erlang-questions] Erlang shows its slow face!
Edmond Begumisa
ebegumisa@REDACTED
Sun Nov 14 17:11:05 CET 2010
On Sun, 14 Nov 2010 21:55:28 +1100, Tony Rogvall <tony@REDACTED> wrote:
> In this case I would suspect that garbage collection is the major
> contributor! The implementation use
> a lot of temporary polynomials intermediate results.
Hmmmm,
I wonder if you could use a private ETS table to somehow pre-allocate
space for the permutations? ETS is more-or-less mutable memory for Erlang
is it not?
A more experienced Erlang programmer than myself would know if this is
worth pursuing.
- Edmond -
--
Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
More information about the erlang-questions
mailing list