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.
- Host: GitHub
- URL: https://github.com/chifisource/rollingarrays.jl
- Owner: ChifiSource
- License: mit
- Created: 2023-08-03T21:57:58.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T21:11:12.000Z (over 2 years ago)
- Last Synced: 2025-10-21T15:42:48.521Z (8 months ago)
- Language: Julia
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.