zandaqo / structurae

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

Matrix operations for Grids. #31

Open zachary-kaelan opened 1 year ago

zachary-kaelan commented 1 year ago

Hello. I have some Typescript written to do various Matrix operations (some may need verification). Repo just created here: https://github.com/zachary-kaelan/performant-typescript

I can Regex some or all of them to go into a Grid class with numeric data, if you feel that would fit with or add to your project.