-
Notifications
You must be signed in to change notification settings - Fork 43
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
Version 4.0.0-alpha.0 #71
base: master
Are you sure you want to change the base?
Conversation
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Hello my friend! 🎉
This is a new life for this package, here are my modifications:
@node-rs/xxhash
in place of thexxhashjs
package@node-rs/xxhash-wasm32-wasi
, this is for the browser build and is not included by default wit @node-rs/xxhash because of the cpu option which by default targets your plateform. We may pay attentionLong.js
package by built-in bigints in the XorFiltermocha
byjest
plugin:@typescript-eslint/strict-type-checked
getDistinctIndexes
, its last usage was for the Invertible Bloom Filter which do not use it anymore..yarn
folder which needs to be sharedrspack
andwebpack
have been added.equals
functions; there is no point to check for equality because items that are added using indexes could have identical indexes for 2 different elements with a same seed.Fix the issues:
Investigating other problems... 👀Versioning/Publishing:
yarn version premajor --preid alpha
from the 3.0.1yarn version prerelease
yarn publish --tag alpha
Feedback is welcome! @Callidon
TODO: