Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Library size and TLS #9

Open
wouterl opened this issue Jun 2, 2021 · 2 comments
Open

Library size and TLS #9

wouterl opened this issue Jun 2, 2021 · 2 comments

Comments

@wouterl
Copy link
Collaborator

wouterl commented Jun 2, 2021

Can we please check again that the libraries with TLS enabled are not crazy big?

@cgrigis
Copy link
Contributor

cgrigis commented Jun 2, 2021

This is what I currently have with the latest from arti-rest:

$ jar tvf $( find . -name '*.aar' ) | grep '\.so$'
6407728 Fri Feb 01 00:00:00 CET 1980 jni/arm64-v8a/libcore.so
5328028 Fri Feb 01 00:00:00 CET 1980 jni/armeabi-v7a/libcore.so
6655060 Fri Feb 01 00:00:00 CET 1980 jni/x86/libcore.so
7616776 Fri Feb 01 00:00:00 CET 1980 jni/x86_64/libcore.so

@ineiti
Copy link
Member

ineiti commented Jun 7, 2021

Hmm - the iOS sizes are bigger:

  • 35MB for arm
  • 17MB for x86 (simulator)

I'll have to look how big the end result is.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants