Timeline for Creating a "lite" version of shared library on Linux/POSIX in addition to full version
Current License: CC BY-SA 4.0
6 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 10, 2018 at 16:10 | answer | added | juhist | timeline score: -2 | |
| May 10, 2018 at 13:39 | comment | added | Robert Harvey | Unless you're running in a memory-constrained environment like an embedded device, your cost of splitting it up in the way you describe almost certainly already exceeds the cost of the size of the mega library. Ten megabytes was a big deal in 1980, but I can pull that over my high-speed internet connection in less than a second. | |
| May 10, 2018 at 13:25 | comment | added | Philip Kendall | And what issues is linking against that large .so causing you? | |
| May 10, 2018 at 13:22 | comment | added | juhist | The problem I'm solving is having to link against a mega-.so if only a small .so would suffice. | |
| May 10, 2018 at 13:20 | comment | added | Philip Kendall | What actual problem are you trying to solve here? | |
| May 10, 2018 at 13:18 | history | asked | juhist | CC BY-SA 4.0 |