Skip to content

Commit

Permalink
BYO signing sorter impl. (#447)
Browse files Browse the repository at this point in the history
* 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
ximon18 and mozzieongit authored Dec 19, 2024
1 parent 222d862 commit 27f5bd2
Showing 1 changed file with 225 additions and 34 deletions.
Loading

0 comments on commit 27f5bd2

Please sign in to comment.