kamil-tarnas / BitArray

Elastic implementation of bit array data structure
GNU General Public License v2.0
0 stars 0 forks source link

Refine dynamic version of BitArray #14

Open kamil-tarnas opened 5 years ago

kamil-tarnas commented 5 years ago

What can be decided in compile time for dynamic array? Size of the element?

kamil-tarnas commented 5 years ago

Probably would be beneficial to leave all of the parameters - sizeOfElement and sizeOfArray - to be decided in run time. This would keep dynamic version of BitArray the most elastic for further usage.

kamil-tarnas commented 5 years ago

Maybe sizeOfElement can be decided in compile time?