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

Rewrite chatterbox for performance and simplicity #15

Open
quantumish opened this issue Oct 20, 2022 · 0 comments
Open

Rewrite chatterbox for performance and simplicity #15

quantumish opened this issue Oct 20, 2022 · 0 comments
Labels
dev-niceities This would make contributors lives easier enhancement New feature or request priority 1 Highest priority

Comments

@quantumish
Copy link
Owner

chatterbox currently is written in a really verbose manner and uses a global channel to broadcast every message to every active user (and preemptively filtering messages that users aren't meant to see), which is very slow. Ideally, there'd be some generic service that dynamically sets up channels (the thread communication primitive) between active users or something

@quantumish quantumish added enhancement New feature or request dev-niceities This would make contributors lives easier priority 1 Highest priority labels Oct 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dev-niceities This would make contributors lives easier enhancement New feature or request priority 1 Highest priority
Projects
None yet
Development

No branches or pull requests

1 participant