We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the base frame sampler class has no strategy in place to improve performance (e.g. take advantage of multi-cor processors).
Introduce some form of concurrency and/or parallelism into the base class.
concurrency
parallelism
The text was updated successfully, but these errors were encountered:
DiogenesAnalytics
No branches or pull requests
Problem
Currently the base frame sampler class has no strategy in place to improve performance (e.g. take advantage of multi-cor processors).
Solution
Introduce some form of
concurrency
and/orparallelism
into the base class.References
The text was updated successfully, but these errors were encountered: