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
optimize simpleEscapeString with switch statement for better performance
Summary:
Replace unordered_map lookup with switch statement in simpleEscapeString function.
This eliminates hash table overhead and provides better branch prediction for
character escaping operations in MySQL query building.
Reviewed By: jkedgar
Differential Revision: D79863225
fbshipit-source-id: c2fc8f18bb4b10b3c6fdb914c81b66cb03edb9b3
0 commit comments