Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kvflowtokentracker: remove gc of empty token queues
This patch removes the deletion of empty `trackedList` to resuse it in future runs. Based on benchmarks this helps reduce the heap allocations in the package. On `kv0/enc=false/nodes=3/cpu=96` heap profiles, this brings it down to 0.1% from the original 0.3% and much lower than the 0.77% of the previous commit. Informs cockroachdb#104154. Release note: None
- Loading branch information