Category: Optimization
-

Swift Intermediate Language – why you should not try to escape low-level code
Learn why you should not try to escape low-level code and deal with Swift’s Intermediate Language
-

Journey to Become a Librarian or a Builder: Dynamic – part 2
In the previous part, we focused on static linking and briefly discussed the differences between frameworks and libraries. In this article, we’ll take a closer look at dynamic linking, how the dynamic linker (dyld) works, and how dynamic libraries and frameworks behave at runtime.
-

Database Disk Access Efficiency
So… apparently there’s a bad way to deal with database-disk synchronization
