sznio@beehaw.orgtoProgrammer Humor@programming.dev•single binary executable and dlls
10·
1 year ago- You can load a DLL once and all programs can share it, saving memory. It also makes programs start faster since the DLL might be already loaded, so there’s less to load from disk. That mattered more back in the 90s
- You can update one file and have the patch apply to all programs