Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

You want tuples. They've got index-based access, and all your useful things in erlang:element/2, setelement/3, append_element/3, delete_element/2, insert_element/3.

With a big caveat that modifying tuples isn't great for performance unless the compiler or optimizer determine that mutating the tuple is acceptable rather than providing a mutated copy.



I understood tuples are only optimised for a handful of elements.


This is correct. If you want a true array experience you have to use atomics or a nif.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: