GithubHelp home page GithubHelp logo

Is there any way to slim down this library? When I used pod install in ios, the library was so large that the download was slow. about libpitaya HOT 4 CLOSED

topfreegames avatar topfreegames commented on June 19, 2024
Is there any way to slim down this library? When I used pod install in ios, the library was so large that the download was slow.

from libpitaya.

Comments (4)

leohahn avatar leohahn commented on June 19, 2024

are you using the ios project in this repository? The library itself is not that large, so I do not think this is the issue (around 3.1MB compiled for iOS counting libuv).

from libpitaya.

arden avatar arden commented on June 19, 2024

I found out because openssl is so big for ios.

from libpitaya.

leohahn avatar leohahn commented on June 19, 2024

Yes, but one important thing to realize is that the libraries on iOS are static. That means the size of the library is going to go down after linking the app, since the linker will remove parts of the library that you don't use. So to reliably see the size of the library you have to compare the size of the IPA.

from libpitaya.

leohahn avatar leohahn commented on June 19, 2024

I am closing the issue due to inactivity

from libpitaya.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.