ConcurrEngine
Parallel processes, converging at a single point of inevitability.
A machine for simultaneity.
ConcurrEngine is not a framework, not a library, not a service. It is a discipline. Threads are admitted to the runtime through a single intake port, evaluated against a static execution graph, then released downstream in lockstep with their siblings. Nothing decorative. Nothing accidental.
Every operation is described, in advance, by an angle. Every barrier is a point at which the angle inverts. The engine’s output is never a value alone — it is the geometry that produced the value, preserved as part of the result.
- Static admission. Every thread is declared before it runs.
- Deterministic geometry. Output paths are repeatable to the micron.
- Audit-bearing barriers. No synchronization is invisible to the operator.
The seven-degree constant.
Every angular element on every surface of this site is rotated by exactly seven degrees, or its supplement. This is not a stylistic preference; it is the unifying geometry of the engine itself. Section dividers cut at seven. Bullet markers converge at seven. The navigation arrow points at seven. There is no scale at which the angle changes.
CE_ANGLE = 7.0° (immutable)
Reassignment of CE_ANGLE at runtime is undefined behavior. The engine treats this constant as part of its physical specification, not its software contract.
Where other systems tune their visual rhythm to the user, ConcurrEngine tunes the user to its rhythm. The result is a page that does not flatter the eye but instructs it — the way a ruled notebook teaches the hand a margin it had not previously held.
Six lanes, three barriers.
The diagram below is the engine in miniature. Six concurrent processes enter from the left at staggered times. At each barrier they synchronize, pause for a uniform interval, and continue at a corrected y-offset. The geometry is the program. The program is the geometry.
Each lane carries the same payload class but a different scheduling weight. At every barrier, the engine pauses all lanes for one hundred milliseconds, regardless of which arrived first. There is no race. There is only the angle.
Specification, in the strict sense.
Anything not in the specification is not in the engine.
Where parallel lines are required to meet.