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
then the case withoout duplicate slashes gets from about 4,284,328 ops/sec up to 5,419,257 ops/sec. The case that we have some duplicate slashes goes from 2,483,375 ops/sec to 2,292,004 ops/sec.
The text was updated successfully, but these errors were encountered:
If we replace the current implementation of removeDuplicateSlashes with the following:
then the case withoout duplicate slashes gets from about 4,284,328 ops/sec up to 5,419,257 ops/sec. The case that we have some duplicate slashes goes from 2,483,375 ops/sec to 2,292,004 ops/sec.
The text was updated successfully, but these errors were encountered: