loxsort

Experimental deterministic C99 sorting library for embedded and resource-constrained systems, with a constraint-aware dispatcher and offline benchmark profiling.

C99ExperimentalOffline profiling
Overview

Sorting that stays predictable under constraints

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.

Deterministic core

Designed around predictable behavior instead of opaque runtime choices.

Constraint-aware dispatcher

Selects behavior with resource limits in mind.

Offline profiling

Benchmark data can be gathered and compared outside target hardware.

Embedded focus

Targets embedded and resource-constrained systems first.

C99 implementation

Fits the broader LOX constraint of portable C99 code.

Small surface

Keep the integration area compact and easy to reason about.

Design rule

It is experimental by definition, so the page reflects the direction of the repo without overstating maturity.

Related project loxdust - verified persistent storage ->