Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade rand & crossbeam crates; More performance #100

Merged
merged 8 commits into from
Dec 18, 2021

Conversation

jqnatividad
Copy link
Collaborator

  • typo in doc for from_file fn
  • #[inline] hints for more fns
  • use increment operator
  • typos (calucating -> calculating)
  • needless borrow per clippy for partial_cmp
  • literal casting

dsietz and others added 7 commits November 16, 2021 19:39
this markedly increased performance for these expressions that are only checking for ascii characters anyway
- typo in doc  for from_file fn
- #[inline] hints for more fns
- use increment operator
- typos (calucating -> calculating)
- needless borrow per clippy for partial_cmp
- literal casting
@coveralls
Copy link

coveralls commented Dec 18, 2021

Pull Request Test Coverage Report for Build 1596839337

  • 16 of 17 (94.12%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.007%) to 92.231%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/lib.rs 7 8 87.5%
Totals Coverage Status
Change from base Build 1469429569: -0.007%
Covered Lines: 1935
Relevant Lines: 2098

💛 - Coveralls

@dsietz dsietz merged commit 5c4c4e3 into dsietz:development Dec 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants