Files
Pascal 1be97831e4 fix: prevent segfault in tokenizer on highly repetitive input (#17786)
Add nosubs|optimize flags to std::regex constructors to prevent
catastrophic backtracking when processing prompts with repeated
identical characters (e.g., 'A' * 10000).

The nosubs flag disables subgroup capture, significantly reducing
memory usage and backtracking on uniform token sequences
2025-12-05 13:52:23 +02:00
..
2025-12-01 12:26:52 +01:00
2025-09-05 17:32:39 -06:00
2025-09-05 17:32:39 -06:00
2025-11-28 12:02:56 +01:00