Skip to content

Commit

Permalink
refactor: use rust more idiomatically
Browse files Browse the repository at this point in the history
- less allocation-then-mutation in favor of direct allocation
- increase parallelization in a few places
- factor out chunks into methods to improve readability
- less `.unwrap()`, `as` casting, etc.
- make some methods generic to avoid manual monomorphization
- adhere to maximum line width
- use `proptest` framework more
  • Loading branch information
jan-ferdinand committed Apr 30, 2024
1 parent 67ce900 commit 4721e75
Showing 1 changed file with 292 additions and 326 deletions.
Loading

0 comments on commit 4721e75

Please sign in to comment.