io7m-com / jtensors

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

Make buffered vectors use AtomicLong internally #5

Closed io7m closed 8 years ago

io7m commented 8 years ago

This allows for multiple vector instances to share the same observable byte offset, and therefore allows for external code to "broadcast" offset updates.