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
add blob::Platform::clear_resource_cache_keep_allocation().
It allows to keep a free-list of buffers around after clearing, to help
prevent re-allocating and growing bufers over and over.
Bug Fixes
similarity detection
Previously it would incorrectly count only the last batch of removed bytes, and now it will count all of them. This leads to realistic results with complex diffs, even though it's probably still not en-par with Git which uses more complex heuristics.
Commit Statistics
12 commits contributed to the release over the course of 27 calendar days.