@siracusa I read the article and the conclusions are not surprising. When I first started in Apple engineering (back in the stone ages of Mac System 7.5.x) some of the first file system code I wrote was in C and wasn’t very efficient. My manager had me rewrite it explaining that because my code was going into the OS, it needed to be as small, fast, and efficient as possible because it would affect everything that used it - if there was a performance problem, it shouldn’t be because of sloppy OS code.