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

enhance: improve bloomfilter performance #39730

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xiaofan-luan
Copy link
Collaborator

  1. remove unnecessary allocations
  2. recude the concurrency to avoid extra context switch

@sre-ci-robot sre-ci-robot added size/S Denotes a PR that changes 10-29 lines. approved labels Feb 9, 2025
@mergify mergify bot added dco-passed DCO check passed. kind/enhancement Issues or changes related to enhancement labels Feb 9, 2025
@sre-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: xiaofan-luan

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

Copy link

codecov bot commented Feb 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.39%. Comparing base (1f14053) to head (ecc3604).
Report is 5 commits behind head on master.

Current head ecc3604 differs from pull request most recent head e5fc472

Please upload reports for the commit e5fc472 to get more accurate results.

❌ Your project check has failed because the head coverage (69.39%) is below the target coverage (77.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master   #39730   +/-   ##
=======================================
  Coverage   69.39%   69.39%           
=======================================
  Files         302      302           
  Lines       27077    27077           
=======================================
  Hits        18790    18790           
  Misses       8287     8287           
Components Coverage Δ
Client ∅ <ø> (∅)
Core 69.39% <ø> (ø)
Go ∅ <ø> (∅)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved dco-passed DCO check passed. kind/enhancement Issues or changes related to enhancement size/S Denotes a PR that changes 10-29 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants