Skip to content

Commit

Permalink
Add feature gate BtreeWatchCache for v1.32.
Browse files Browse the repository at this point in the history
  • Loading branch information
tengqm committed Jan 8, 2025
1 parent d506ce0 commit 0d766cc
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
title: BtreeWatchCache
content_type: feature_gate

_build:
list: never
render: false

stages:
- stage: beta
defaultValue: true
fromVersion: "1.32"
---
Enable this gate will replace the HashMap based implementation of watch cache with a BTree based one.
This replacement may bring performance improvements.

0 comments on commit 0d766cc

Please sign in to comment.