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 Jul 11, 2024. It is now read-only.
I want to implement my own network class using Foundation's built-in NSURLSession since the Alamofire features that are actually used are very little.
Files could be removed and standard FileManager calls can be used instead. It's only a single Swift file for the whole library so it's not adding a lot of bulk to the app.
I want to implement my own network class using Foundation's built-in NSURLSession since the Alamofire features that are actually used are very little.
Files could be removed and standard FileManager calls can be used instead. It's only a single Swift file for the whole library so it's not adding a lot of bulk to the app.
The Promises framework could also be swapped out for calls to the built-in Grand Central Dispatch. https://github.com/google/promises/blob/master/g3doc/index.md#benchmark shows GCD has speeds 2-4x faster.
The text was updated successfully, but these errors were encountered: