-
Notifications
You must be signed in to change notification settings - Fork 23
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
Pre-allocate buffer for pylsl
's .pull_chunk
for faster reads
#47
Conversation
62828a1
to
0390ec3
Compare
looks fair ... you might save some additional time by avoiding the Any test to update/add? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hey, thanks for the contribution. just added some comments and a question about the buffer. feel free to ping the thread if you want us to look at it some more
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@teonbrooks looks good to me, feel free to merge if you're happy!
b60608c
to
8afea38
Compare
Useful for high sampling rates (and just better latency), as recommended by: https://labstreaminglayer.readthedocs.io/info/faqs.html#high-sampling-rates