nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
15.1k stars 1.36k forks source link

Reduce allocations in `isMatch` in filestore/memstore #5573

Closed neilalexander closed 1 week ago

neilalexander commented 1 week ago

Otherwise long subjects could cause us to make the same reallocations on each call to tokenizeSubjectIntoSlice without reusing the newly sized underlying array for the next call.

Signed-off-by: Neil Twigg neil@nats.io