Commit ee4b1d1
docs: warn about Actor regex performance (#2220)
Document that searching long malformed identities with the compatibility regex can take quadratic time, and point maintainers to the delimiter-based parser used internally.
Validation:
- test/test_actor.py: 8 passed
- ruff check and format checks passed1 parent 8b9e9d6 commit ee4b1d1
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
| 861 | + | |
| 862 | + | |
861 | 863 | | |
862 | 864 | | |
863 | 865 | | |
| |||
0 commit comments