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

feat: update hash function #923

Merged
merged 3 commits into from
Feb 27, 2024
Merged

feat: update hash function #923

merged 3 commits into from
Feb 27, 2024

Conversation

rgwozdz
Copy link
Member

@rgwozdz rgwozdz commented Feb 23, 2024

Swap out string-hash for murmurhash; more performant less chance for collisions.

@rgwozdz rgwozdz self-assigned this Feb 23, 2024
Copy link

changeset-bot bot commented Feb 23, 2024

🦋 Changeset detected

Latest commit: d4a3c33

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 4 packages
Name Type
@koopjs/winnow Minor
@koopjs/featureserver Patch
@koopjs/output-geoservices Patch
@koopjs/koop-core Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@rgwozdz rgwozdz added minor Increment the minor version when merged release Create a release when this pr is merged performance Improve performance of an existing feature labels Feb 23, 2024
Copy link
Contributor

github-actions bot commented Feb 24, 2024

Coverage Report (change vs master)

File Path Statements Branches Functions Lines
packages/winnow/src/filter-and-transform/helpers/hash-function.js 100 green vs 100 green 100 green vs 100 green 100 green vs 100 green 100 green vs 100 green

@rgwozdz rgwozdz merged commit f374d8b into master Feb 27, 2024
7 checks passed
@rgwozdz rgwozdz deleted the f/hash-update branch February 27, 2024 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
minor Increment the minor version when merged performance Improve performance of an existing feature release Create a release when this pr is merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant