Experimental deterministic C99 sorting library for embedded and resource-constrained systems, with a constraint-aware dispatcher and offline benchmark profiling.
loxsort is built for embedded and resource-constrained systems that need deterministic behavior and a narrow memory contract. The repository is experimental, but the direction is clear: one sorting core with a constraint-aware dispatcher and profiling data gathered offline.
Designed around predictable behavior instead of opaque runtime choices.
Selects behavior with resource limits in mind.
Benchmark data can be gathered and compared outside target hardware.
Targets embedded and resource-constrained systems first.
Fits the broader LOX constraint of portable C99 code.
Keep the integration area compact and easy to reason about.
It is experimental by definition, so the page reflects the direction of the repo without overstating maturity.