node icon indicating copy to clipboard operation
node copied to clipboard

The space/time complexity can be improved in `RateLimiterFilterInput` gRPC query

Open ws4charlie opened this issue 1 year ago • 0 comments

Describe the Issue It's needed probably only when we have heavy traffic of pending cctxs across all chains. Let's see. Given a limit number of cctxs, there is room to improve the algorithm (both space and time) of getting all pending cctxs order by height in the gRPC query RateLimiterInput.

Expected Outcome A description of what outcome you are seeking.

ws4charlie avatar Apr 26 '24 21:04 ws4charlie