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
instead of using memcpy to copy the text n times,
we double the copied text every iteration, thus calling
the super-fast memcpy only ~log n times (with larger and larger chunks to copy)
0 commit comments