io7m-com / jtensors

Vector/matrix math package
https://www.io7m.com/software/jtensors/
ISC License
6 stars 1 forks source link

Investigate flyweight/buffered vectors/matrices for 7.0.0 #1

Closed io7m closed 8 years ago

io7m commented 8 years ago

These would be vector and matrix instances that contain a reference to a ByteBuffer and a byte offset. All operations would then effectively take place on a vector or matrix instance packed into the buffer.

The implementation is very easy, but the API needs to be designed and made consistent with the rest of the package.