Steady_vector - An array-like collection optimized for tail manipulation

Hi forum,

I found @Dimagog’s work in PersistentVector very interesting and ported it to Erlang so that us old fashioned folks can also benefit from it.

The API is very similar, other than for some idiomatic changes and a few extra functions that replace the functionality lost to not having Enumerable. The numbers on performance are fairly similar.

Source-code and documentation are hosted at Github, and a package has also been published to hex.pm.

4 Likes