band115 / ecirca

Erlang circular array NIFs
Other
29 stars 4 forks source link

Massive push functions #11

Open si14 opened 13 years ago

si14 commented 13 years ago

We should add push_list and push_many (adds N elements of same value) functions for efficiency.

superbobry commented 11 years ago

How would this be more efficient? C-loop instead of Erlang recursion?