farray
farray copied to clipboard
Initialize / Fill C++ array fast - O(1) time with only 1 extra bit of memory.
Add an `example` folder with example code using the direct-functions, and the Farray1, Farray, and NFarray classes.
First of all - Farray stands for **F**illable **array**. As I see it - the final project should have 3 main classes, and one namespace: file farray1.hpp: * `namespace Farray1Direct`...
Start creating the Farray GitHub-pages site locally, and use the following plugins: - Jekyll-sitemap - minimal-mistakes (theme) - Simple-Jekyll-Search And find a solution for a normal sidebar and simple navigation...