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

Refactor messaging parsing: Use single-threaded state machine in place of two-threaded implementation #28

Closed
TheSomeMan opened this issue Oct 17, 2023 · 0 comments
Assignees

Comments

@TheSomeMan
Copy link
Collaborator

The change is made for multiple reasons:

  1. Performance Improvements.
  2. Simpler debugging due to the reduction of synchronization issues.
  3. Increased maintainability.
  4. Memory efficiency: This implementation contributes towards saving approximately 6.5 kB of memory.
@TheSomeMan TheSomeMan self-assigned this Oct 17, 2023
TheSomeMan added a commit that referenced this issue Oct 17, 2023
TheSomeMan added a commit that referenced this issue Oct 17, 2023
…ine in place of two-threaded implementation
TheSomeMan added a commit that referenced this issue Oct 17, 2023
TheSomeMan added a commit that referenced this issue Oct 17, 2023
TheSomeMan added a commit that referenced this issue Oct 17, 2023
TheSomeMan added a commit that referenced this issue Oct 17, 2023
TheSomeMan added a commit that referenced this issue Oct 17, 2023
@TheSomeMan TheSomeMan assigned ojousima and unassigned TheSomeMan Nov 2, 2023
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

2 participants