You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 27, 2023. It is now read-only.
Hi, nice project, but it takes me 127 seconds to build, and memory usage is through the roof while building (see attached screenshot). This on a Macbook Pro M1 Pro with 32GB – i.e. a decent machine.
Presumably this is a failing of the Swift compiler, but have you thought about restructuring your code in some way to try and avoid this?
The text was updated successfully, but these errors were encountered:
Hey @gnadrian, thanks for reaching out 👋
You raise a good point; the build optimisation could be improved, maybe through storing the information in CoreData.
However I currently don't utilise this package in my projects so don't have the time to work on it.
Hi, nice project, but it takes me 127 seconds to build, and memory usage is through the roof while building (see attached screenshot). This on a Macbook Pro M1 Pro with 32GB – i.e. a decent machine.
Presumably this is a failing of the Swift compiler, but have you thought about restructuring your code in some way to try and avoid this?
The text was updated successfully, but these errors were encountered: