I20260324-1800
The local variable `buffer` in `getFilter()` is not shared across threads, so StringBuilder is the appropriate choice and avoids unnecessary synchronization overhead. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>