Blog & Papers
Systems papers, technical postmortems, and benchmarks from building the Laplace stack.
- Benchmark ·
Benchmarking the Laplace Engine: Methodology and First Real Numbers
A reproducible micro-benchmark harness for LplPlugin (allocators, ECS, fixed-point math, physics), with honest numbers, their variance, and the caveats that come with them.
- Systems paper · · draft
Zero-Copy from NIC to GPU inside a Kernel-Space Engine
A systems-paper outline: how LplPlugin, running in ring-0 of LplKernel, collapses the network→render latency chain.
- Postmortem · · draft
The Impostor Problem: Killing ABA with Generational IDs
A technical postmortem on a subtle entity-reuse bug in the ECS, and the atomic generational-handle fix.