mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-11 17:37:00 +02:00
Plain resizes (that increase file size) are now much faster, as the zeroing is now done in a more efficient way (rather than just looping over `write_bytes_locked`.) Writes should also be faster, since we no longer zero out the underlying bytes if we are going to write something in that very same location anyway.