https://github.com/tpapp/flatviews.jl
Julia package for flat views of nested collections.
https://github.com/tpapp/flatviews.jl
Last synced: 3 months ago
JSON representation
Julia package for flat views of nested collections.
- Host: GitHub
- URL: https://github.com/tpapp/flatviews.jl
- Owner: tpapp
- License: mit
- Created: 2024-01-08T14:37:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-10T13:42:20.000Z (over 2 years ago)
- Last Synced: 2026-01-20T20:04:50.937Z (5 months ago)
- Language: Julia
- Size: 9.77 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FlatViews.jl

[](https://github.com/tpapp/FlatViews.jl/actions?query=workflow%3ACI)
[](http://codecov.io/github/tpapp/FlatViews.jl?branch=master)
Julia package for flat views of nested collections. **EXPERIMENTAL**.
## Related packages
Similar packages include [ValueShapes.jl](https://github.com/oschulz/ValueShapes.jl), [https://github.com/JuliaNonconvex/DifferentiableFlatten.jl](DifferentiableFlatten.jl),
[ComponentArrays.jl](https://github.com/jonniedie/ComponentArrays.jl) [if I missed a package, please open an issue/PR adding to this list].
**FIXME** explain how `FlatViews` is different.