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

Add fxhash for caching, relocate find_colors to find.rs #57

Merged
merged 1 commit into from
Aug 17, 2023
Merged

Conversation

okaneco
Copy link
Owner

@okaneco okaneco commented Aug 17, 2023

Add more clippy forbid and warn lints to lib.rs
Use caching of Lab conversions in the binary application
Add cached_srgba_to_lab to utils.rs
Use map_err in parse_color
Add allow annotations for new clippy lints in Sort and kmeans
Replace uses of std::collections::HashMap with FxHashMap

Add `fxhash` to `palette_colors` feature
Add more `clippy` `forbid` and `warn` lints to `lib.rs`
Use caching of `Lab` conversions in the binary application
Add `cached_srgba_to_lab` to `utils.rs`
Use `map_err` in `parse_color`
Add `allow` annotations for new `clippy` lints in `Sort` and kmeans
Replace uses of `std::collections::HashMap` with `FxHashMap`
@okaneco okaneco added binary Improvements to binary functionality or structure optimization Improvements in performance labels Aug 17, 2023
@okaneco okaneco merged commit 03c2f7b into master Aug 17, 2023
10 checks passed
@okaneco okaneco deleted the cache branch August 17, 2023 19:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binary Improvements to binary functionality or structure optimization Improvements in performance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant