An open API service indexing awesome lists of open source software.

https://github.com/chifisource/rollingarrays.jl

Set length dropping arrays for julia.
https://github.com/chifisource/rollingarrays.jl

Last synced: 4 months ago
JSON representation

Set length dropping arrays for julia.

Awesome Lists containing this project

README

          



Set length dropping arrays for julia.

---
`RollingArrays` provides Julia with declarative set-length array types. These are a wrapper for a regular one-dimensional `Vector` which drops the first index once it reaches a maximum length. This type of `Array` has numerous applications when it comes to aggregating data; an example use-case would be storing a certain number of values on the clipboard in an application.