Performance and Scaling¶
Performance advice is only useful when it points to the real owner of the bottleneck.
Operating Rules¶
- optimize only when planning or repository cost is actually limiting work
- do not hide lab-state transitions behind clever fast paths
- shared or runtime-level bottlenecks belong with their real owner
First Proof Check¶
src/bijux_proteomics_lab/planning.pyandoutcomes.pysrc/bijux_proteomics_lab/repositories.pyandserialization.pypackages/bijux-proteomics-lab/tests