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

Feature: Run Compression in Asynchronous Loop with Locking, Instead of Blocking Call #1

Open
ulbwa opened this issue Aug 16, 2024 · 0 comments

Comments

@ulbwa
Copy link
Owner

ulbwa commented Aug 16, 2024

Switch from blocking compression/decompression to an asynchronous approach within an event loop, using locks for data integrity.

Benefits:

  • Enhanced Performance: Non-blocking operations improve resource utilization.
  • Better Responsiveness: Handles more requests/events without delays.
  • Data Integrity: Locks ensure correct data processing.
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

No branches or pull requests

1 participant