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
perf: optimize hash function and cache JSON.stringify result
- Rename hashObject to hashString for clarity
- Cache JSON.stringify(value) to avoid duplicate calls
- Add comment about JSON.stringify key order behavior
0 commit comments