envoyproxy/envoy

Optimize match resumption

Open

#14,783 opened on 2021年1月21日

GitHub で見る
 (1 comment) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/matchingenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (平均マージ 8d) (30d で 378 merged PRs)

説明

Currently the match tree will start from the top every time new data is made available. Instead, we should be able to track the progress and resume matching from last unevaluated node in the tree.

コントリビューターガイド