Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Bring your own signing sort impl. Allows consumers to e.g. use Rayon for faster multi-threaded sorting instead of the default slow single-threaded sorting. * Also, don't insert into a self-sorting collection while collecting NSEC3s, instead push to an unsorted vec then sort before iterating, as post-sorting is much faster. --------- Co-authored-by: Jannik Peters <[email protected]>
- Loading branch information