lists:shuffle

William v Doorn williamvdoorn@REDACTED
Wed Mar 31 10:00:18 CEST 2010


Hello,

Since I've been using Erlang, I've needed a function shuffle lists alot. Now
I was wondering if there could be a C implementation of this method in maybe
the lists module. Using this in raw erlang is much slower, and so I was
going to use the erl_nif interface along with some other lists functions to
make this faster. I want to know what you guys would think about
implementing this into the lists module.

William van Doorn


More information about the erlang-patches mailing list