LibRapid / librapid

A highly optimised C++ library for mathematical applications and neural networks.
http://librapid.rtfd.io
MIT License
164 stars 10 forks source link

Remove FixedStorage type? (See #167) #168

Closed Pencilcaseman closed 1 year ago

Pencilcaseman commented 1 year ago

See #167

Can we remove this? It poses technical problems that require workarounds while providing minimal practical benefit.

Pencilcaseman commented 1 year ago

Turns out it's actually kinda cool, so I added some more functionality, fixed some bugs and kept it. Still needs some work, but it's a nice feature to have when you need small, fast, fixed-size arrays.