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

Remove StableList #8

Open
Alex-Addy opened this issue Jul 11, 2021 · 1 comment
Open

Remove StableList #8

Alex-Addy opened this issue Jul 11, 2021 · 1 comment

Comments

@Alex-Addy
Copy link
Owner

StableList is a premature optimization and uses a lot of unsafe. It can be replaced with a SPMC channel sending records to each active handle. This results in some unnecessary duplication of records, but it is safe and probably fast enough.

@Alex-Addy
Copy link
Owner Author

StableList should be moved into its own repo for further testing.

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