foreverglade (@foreverglade)
Posted
0 replies · 0 reposts · 0 likes
In UNIX if you want to prepend a single byte to the start of a file you have to rewrite the entire file. This also applies to making changes in the middle of a file, but you only have to rewrite what comes after. What a terribly inefficient operating system. The filesystems in the Linux kernel also suffer from this braindamage it inherited from UNIX.