Skip to content

Improve performance of the channel worker #40

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

Open
BatchDrake opened this issue Feb 21, 2020 · 0 comments
Open

Improve performance of the channel worker #40

BatchDrake opened this issue Feb 21, 2020 · 0 comments
Assignees

Comments

@BatchDrake
Copy link
Owner

The current channel worker performs innecesary copies of the data buffer, and redundant FFTs. To prevent this:

  1. Add multiple overlapping FFTs, and copy only the last half.
  2. Zero-copy data read
  3. Decouple read thread from processing thread
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant