The sound distributed version control system

#843 Corruption errors in libpijul::pristine instead of panics?

Opened by pmeunier on December 17, 2023
pmeunier on December 17, 2023

Many small methods in libpijul::pristine, for example in libpijul::pristine::hash, use panics instead of Result. Since these functions are absolutely central in almost all our algorithms, some benchmarking is required to decide how we want to change that.