Skip to content
tomhea edited this page Dec 11, 2020 · 11 revisions

Welcome to the Farray wiki!

Farray stands for Fillable Array - an array with the fill(v) method,
which sets all the values in the array to v, in O(1) worst-time.
Our implementation uses only 1 extra bit of memory, which is a state-of-the-art result.

I wrote a Medium article about this project and array initialization in general. ~9 minutes of reading.


The Wiki was moved to the Project's Website.


Enjoy!

Clone this wiki locally