Skip to content
This repository has been archived by the owner on Aug 4, 2024. It is now read-only.

feat: implement BloomFilter to replace external dependencies #59

Merged
merged 3 commits into from
Dec 9, 2023

Conversation

KKould
Copy link
Member

@KKould KKould commented Dec 8, 2023

What problem does this PR solve?

  • BloomFilter
  • BitVector
  • FixedHasher

Code changes

  • Has Rust code change
  • Has CI related scripts change

Check List

Tests

  • Unit test
  • Integration test
  • Manual test (add detailed scripts or steps below)
  • No code

Side effects

  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Breaking backward compatibility

Note for reviewer

@KKould KKould added the enhancement New feature or request label Dec 8, 2023
@KKould KKould self-assigned this Dec 8, 2023
Copy link

github-actions bot commented Dec 8, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@KKould KKould linked an issue Dec 8, 2023 that may be closed by this pull request
Copy link

github-actions bot commented Dec 9, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

Copy link

github-actions bot commented Dec 9, 2023

Seems you are using me but didn't get OPENAI_API_KEY seted in Variables/Secrets for this repo. you could follow readme for more information

@KKould KKould merged commit 3f5e551 into master Dec 9, 2023
7 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

重构SSTable的FilterBlock
1 participant