Skip to content

Commit

Permalink
deps: use our patched, modernized fork of crc32fast which is 30% fa…
Browse files Browse the repository at this point in the history
…ster

2021 edition; MSRV 1.81; clippy lint suggestions applied; refactored several functions for performance
  • Loading branch information
jqnatividad committed Oct 11, 2024
1 parent 8160562 commit 147a375
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,9 @@ csv-index = { git = "https://github.com/jqnatividad/rust-csv", branch = "qsv-opt
# use our csvlens fork with latest dependencies, including arrow 53 upstream, with unreleased lexical-core fix
csvlens = { git = "https://github.com/jqnatividad/csvlens", branch = "dependency-upgrades-lexical-core_fix" }

# modernized fork of crc32fast, 2021 edition, MSRV 1.81, select clippy lint suggestions applied
crc32fast = { git = "https://github.com/jqnatividad/rust-crc32fast", branch = "modernize" }

# needed as dynfmt doesn't work in release mode without this
# see https://github.com/jan-auer/dynfmt/pull/9
dynfmt = { git = "https://github.com/jqnatividad/dynfmt", branch = "2021-clippy_ptr_as_ptr-bumpdeps" }
Expand Down

0 comments on commit 147a375

Please sign in to comment.