Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: improve performance #311

Merged
merged 1 commit into from
Feb 23, 2025

Conversation

gaiaz-iusipov
Copy link
Contributor

  • use sync.Pool for better performance
  • skip json.Unmarshal if there is no handlers registered
  • apply context.WithoutCancel for async handlers
  • minor fixes

@gaiaz-iusipov gaiaz-iusipov force-pushed the improve-performance branch 4 times, most recently from a847ff9 to dbdd8c0 Compare February 17, 2025 11:50
@SevereCloud SevereCloud merged commit 3e264d1 into SevereCloud:master Feb 23, 2025
3 checks passed
@gaiaz-iusipov gaiaz-iusipov deleted the improve-performance branch February 23, 2025 11:09
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