Joseph Doherty f7a8d72a6d perf: optimize MQTT NatsToMqtt fast path and pre-warm topic cache
Add string.Create fast path in NatsToMqtt for subjects without _DOT_
escape sequences (common case), avoiding StringBuilder allocation.
Pre-warm the topic bytes cache when MQTT subscriptions are added to
eliminate cache miss on first message delivery.
2026-03-13 14:44:49 -04:00
2026-03-13 11:50:01 -04:00
Description
No description provided
36 MiB
Languages
C# 99.9%