The command now supports reopening existing indexes instead of failing when the output file exists. Control flow branches between opening an existing index and constructing a new one, moving configuration setup exclusively to the creation path. Directory existence is enforced upfront with proper I/O error propagation. The --force flag retains its original semantics by removing the target directory before proceeding with a fresh build.
521 B
521 B
Coverage: implementation/obipipeline.md
Code couvert
obipipeline/src/lib.rs— WorkerPool, Pipeline, macro make_pipeline!obipipeline/src/scheduler.rs— Scheduler avec Select biaisé sur les entrées de canaux
Notes
Document stable (librairie générique, peu de risque de dérive).
Vérifier si obipipeline est toujours utilisé dans la phase scatter de obikindex::partition
ou s'il a été remplacé par Rayon dans certains chemins.