summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorItamar Haber <itamar@redislabs.com>2020-08-25 15:58:50 +0300
committerGitHub <noreply@github.com>2020-08-25 15:58:50 +0300
commit5b0a06af48997794af60dabb58ce4336ef56f73d (patch)
treeece041a90e2f4cbda5e04193892b41163cfb6bfe /deps
parent43af28f5b487370bd3d65d00be93c4a23ee42fa7 (diff)
downloadredis-5b0a06af48997794af60dabb58ce4336ef56f73d.tar.gz
Expands lazyfree's effort estimate to include Streams (#5794)
Otherwise, it is treated as a single allocation and freed synchronously. The following logic is used for estimating the effort in constant-ish time complexity: 1. Check the number of nodes. 1. Add an allocation for each consumer group registered inside the stream. 1. Check the number of PELs in the first CG, and then add this count times the number of CGs. 1. Check the number of consumers in the first CG, and then add this count times the number of CGs.
Diffstat (limited to 'deps')
0 files changed, 0 insertions, 0 deletions