Open si14 opened 13 years ago
We should add push_list and push_many (adds N elements of same value) functions for efficiency.
How would this be more efficient? C-loop instead of Erlang recursion?
We should add push_list and push_many (adds N elements of same value) functions for efficiency.