Speed up blob += blob by replacing the byte-by-byte ga_append() loop with a single ga_grow() + mch_memmove() bulk copy.
| Operation | Before | After | Change |
|---|---|---|---|
blob += blob |
1.3905s | 1.2765s | -8% |
https://github.com/vim/vim/pull/19645
(1 file)
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.![]()
thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()