You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Summary: D71483524 Introduced an inadvertent N^2 search for target_literal strings in the query string to save memory. We're guaranteed the `l` literal here is a substring of the main query string, and can use that to compute the offset/len directly with pointer arithmatic, and save the searches.
Reviewed By: JakobDegen
Differential Revision: D72821365
fbshipit-source-id: 62822444dddb1f2eda82bb943569a9fd151d2265
0 commit comments