Skip to content

Enhance the processing performance of the store in multi-threaded environments#79

Merged
DevYeom merged 2 commits into
mainfrom
performance
May 4, 2024
Merged

Enhance the processing performance of the store in multi-threaded environments#79
DevYeom merged 2 commits into
mainfrom
performance

Conversation

@DevYeom
Copy link
Copy Markdown
Owner

@DevYeom DevYeom commented May 4, 2024

Related Issues 💭

Description 📝

  • Change the method of handling the action queue from O(n) to O(1)

Additional Notes 📚

  • Test: Measuring the total time taken by concurrently sending 100,000 actions to the store.
  • Iterations: 100 times
  • Environment: M2 Max (Sonoma 14.3)
AS-IS TO-BE
58.9065s 0.4535s

Checklist ✅

  • If it's a new feature, have appropriate unit tests been added?
  • If the changes affect existing functionality, please verify whether the above information has been appropriately described.

@DevYeom DevYeom self-assigned this May 4, 2024
@DevYeom DevYeom merged commit b12cb19 into main May 4, 2024
@DevYeom DevYeom deleted the performance branch May 4, 2024 08:45
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.

1 participant