https://github.com/baggepinnen/static_kalman
An experiment in static compilation of Julia
https://github.com/baggepinnen/static_kalman
code-generation kalman-filter
Last synced: 28 days ago
JSON representation
An experiment in static compilation of Julia
- Host: GitHub
- URL: https://github.com/baggepinnen/static_kalman
- Owner: baggepinnen
- Created: 2023-03-17T06:29:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T08:05:46.000Z (4 months ago)
- Last Synced: 2025-09-09T13:40:50.166Z (2 months ago)
- Topics: code-generation, kalman-filter
- Language: Julia
- Homepage:
- Size: 52.7 KB
- Stars: 31
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repo contains two demonstrations
1. Static compilation of a Kalman filter implemented in julia using [StaticCompiler.jl](https://github.com/tshort/StaticCompiler.jl)
2. Compilation of a binary performing Kalman filtering using juliac.
See readme in respective folders for more information.