zandaqo / structurae

Data structures for high-performance JavaScript applications.
MIT License
694 stars 21 forks source link

Grid.size needs better name #38

Open rotu opened 10 months ago

rotu commented 10 months ago

Grid has a size property which represents the log of the number of columns. This is confusingly named, since it seems like it should be some size of the grid itself. Maybe stride would be more apropos.