Files
open-webui/src
Classic298 597883a179 perf: use structuredClone and fast-path comparison in UserMessage (#22098)
Same optimization as the merged ResponseMessage PR: replace JSON.parse(JSON.stringify()) with structuredClone and add an O(1) fast-path check on content before falling back to full JSON.stringify comparison.
2026-03-01 14:46:05 -05:00
..
2026-02-25 20:17:39 -06:00
2026-02-22 18:58:47 -06:00
2026-02-28 21:28:59 -06:00