-
Notifications
You must be signed in to change notification settings - Fork 33
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
Multithreaded queries problem #23
Comments
Update.
In multithreading it is not possible to "reuse" those objects. |
Hi, I am not sure about the added value of multi-threading. Perhaps your tests might prove otherwise but I think decoding and storage are the bottleneck. From the readme:
|
But please do not let that stop you to experiment and look where data is shared which should better not be shared. Or how to improve Olaf in general. I am grateful for all constructive criticism on the code! Thanks! |
Ok. I see now - this code is for embeded systems. |
Congrats! Very curious to see which changes were needed and how that would look and which effects it would have on (query) performance. Especially vs queries from multiple processes. |
Hi, @JorenSix .
I tried to add multithreading and find out, that there is a problem with multithreading:
Could you explain, is it 'by design' or is it a BUG also?
The text was updated successfully, but these errors were encountered: