rafasc
rafasc
Initially this PR removed aur-vercmp-devel and introduced documentation changes that were biased towards a repo-based workflow for vcs packages. Since these are actually two actions, the removal was split into...
While working on ed58869 I noted that `amount.truncate()` is not rounding towards zero. E.g. -1.2 being truncated to -2 instead of -1. The rounding "error" seems originate from `stream_out_mpq`, but...
git-bug supports fetching from multiple repositories but once bugs are fetched they all go inside the same bag: `.git/refs/bugs/`. This makes it impossible to keep bugs from different sources separate....
This is part of an attempt to improve crunchy's performance. This PR focuses on improving the mangled password checks by using concurrency to speed up the search. ``` $ benchstat...