prataprc / xorfilter

Rust library implementing xor-filters
Apache License 2.0
137 stars 18 forks source link

CI: fix mergify.yml #24

Closed drmingdrmer closed 2 years ago

drmingdrmer commented 2 years ago

Changelog

CI: add mergify config

Mergify will merge a PR automatically once it is approved. Currently the config for mergify app is quite simple. More config can be found at: https://docs.mergify.com/

replace btreemap with hashset

Usually, a hash-based container would be faster than a tree-based one.

drmingdrmer commented 2 years ago

@prataprc

drmingdrmer commented 2 years ago

@mergify update