kiwix / kiwix-apple

Kiwix for iOS & macOS
https://apple.kiwix.org
GNU Lesser General Public License v3.0
472 stars 70 forks source link

Remove OrderedCollections dependency #988

Open BPerlakiH opened 1 day ago

BPerlakiH commented 1 day ago

We have 2 swift package (external) dependencies. One of them is OrderedCollections, which is a large amount of extension from Apple, out of that we only use 1 file, and not even to it's full extent, as the most interesting part of it is used, when we run out of memory.

Proposition: instead of using a whole library, just do a simple class that does the same work.

kelson42 commented 16 hours ago

@BPerlakiH From your description, it is not clear to me what is the problem with current situation. Can you please describe it? Having a lot of dependencies is not the best situation, but recoding on your own part of the functions is a questionable approach. What feature exactly is concerned? What do you need tomre ode?