baggepinnen/static_kalman
An experiment in static compilation of Julia
This project offers a way for Julia developers to create standalone, high-performance executables for computational tasks like Kalman filtering. It takes Julia code as input and produces a compiled binary. Developers working with Julia who need to deploy performant, self-contained applications would find this useful.
Use this if you are a Julia developer who needs to compile Julia code into a standalone binary for faster execution or easier distribution.
Not ideal if you are not a Julia developer or you are looking for a pre-built Kalman filter application rather than a compilation tool.
Stars
33
Forks
2
Language
Julia
License
—
Category
Last pushed
Nov 12, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/baggepinnen/static_kalman"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
alphaville/optimization-engine
Nonconvex embedded optimization: code generation for fast real-time optimization + ROS support
symforce-org/symforce
Fast symbolic computation, code generation, and nonlinear optimization for robotics
stack-of-tasks/pinocchio
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
inducer/loopy
A code generator for array-based code on CPUs and GPUs
loco-3d/crocoddyl
Crocoddyl is an optimal control library for robot control under contact sequence. Its solver is...