-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add support for streaming response data and optimizing for arrays 🔥 Remove RestLog support as it wasn't used in the wild much and hindered the ability to stream json array responses efficiently. Overall not holding everything into memory first before transforming the data improves the speed and lowers the memory requirements for existing use cases by a tiny amount. But for cases where the response was an array list, it creates a massive improvement in performance and reduces the memory requirements when receiving large payloads.
- Loading branch information
Showing
2 changed files
with
38 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters