RingArrays is a way to access a large dataset in incremental chucks to 
limit the amount of memory you need. You would use a RingArray when you are 
wanting to work with a massive dataset like an array.

https://github.com/invenia/RingArrays.jl

Reply via email to