#binary-size-optimization

[ follow ]
Software development
fromInfoQ
3 weeks ago

Binary Size Matters: The Challenges of Fitting Complex Applications in Storage-Constrained Devices

Embedded systems demand a balance between software complexity and memory restrictions, pushing for languages like C++ for binary size optimization.
C++ features like templates and smart pointers can affect binary size; developers must navigate their impacts carefully.
Tools like Bloaty are essential for understanding contributions to firmware bloat, aiding developers in design decisions.
Binary optimization should be part of the entire development lifecycle, emphasizing size awareness within CI pipelines.
fromInfoQ
5 months ago

Challenges of Creating iOS App Extensions at Lyft

"The key to create an iOS app extension in an efficient way is to correctly manage dependencies to maximize code reuse across the app and extension while optimizing binary size and memory usage."
JavaScript
[ Load more ]