Skip to content

Optimize API requests and reduce allocations#56

Merged
hougan-dev merged 1 commit into
rust-app-io:mainfrom
WeirdPhrog:main
Mar 24, 2026
Merged

Optimize API requests and reduce allocations#56
hougan-dev merged 1 commit into
rust-app-io:mainfrom
WeirdPhrog:main

Conversation

@WeirdPhrog
Copy link
Copy Markdown
Contributor

  • refactor StableRequest to reuse common request setup
  • add non-generic Execute overload for requests that don't use response payload
  • remove unnecessary response deserialization to reduce allocations
  • keep existing request flow and pooling behavior intact
  • improve null-safety in several API response handlers

- refactor StableRequest to reuse common request setup
- add non-generic Execute overload for requests that don't use response payload
- remove unnecessary response deserialization to reduce allocations
- keep existing request flow and pooling behavior intact
- improve null-safety in several API response handlers
@hougan-dev hougan-dev merged commit c7de9a8 into rust-app-io:main Mar 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants