I created an executable using static library instead shared lib, I am running multipe instances of this executable, does it takes more memory with static library compare to shared library?.
Does shared library had any advantage than static library in multiple instances?. thanks in advance