Home Artists Posts Import Register
Join the new SimpleX Chat Group!

Poll

Should we build releases with ReadyToRun?

  • Yes - Make new releases using ReadyToRun (Faster loading, bigger file size) 4
  • \u00af\\_(\u30c4)_/\u00af - either is fine 0
  • No - Keep things as-is 0
  • 2023-09-27
  • —2023-10-04
  • 4 votes
{'title': 'Should we build releases with ReadyToRun?', 'choices': [{'text': 'Yes - Make new releases using ReadyToRun (Faster loading, bigger file size)', 'votes': 4}, {'text': '\\u00af\\\\_(\\u30c4)_/\\u00af - either is fine', 'votes': 0}, {'text': 'No - Keep things as-is', 'votes': 0}], 'closes_at': datetime.datetime(2023, 10, 4, 12, 5, tzinfo=datetime.timezone.utc), 'created_at': datetime.datetime(2023, 9, 27, 23, 13, 6, tzinfo=datetime.timezone.utc), 'description': None, 'allows_multiple': False, 'total_votes': 4}

Content

ReadyToRun is an option that precompiles some JIT code ahead of time to reduce startup time and latency in loading content / pages for the first time. 

In our testing this reduced the time for starting Stability Matrix from ~1.6s to ~0.7s. The difference may be smaller or larger depending on the amount of models / packages you have.

However this also increases the size of the app and updates:

exe: (150 MB) ➝ (250 MB)

zip: (60 MB) ➝ (100 MB)

Comments

No comments found for this post.