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

performance: build a multithread version #21

Closed
floswald opened this issue May 25, 2020 · 1 comment · May be fixed by #26
Closed

performance: build a multithread version #21

floswald opened this issue May 25, 2020 · 1 comment · May be fixed by #26

Comments

@floswald
Copy link
Owner

  • currently not threadsafe
  • those shared objects need to be made local to each thread
    cmat = fill(-Inf,p.nD,p.na)
    vmat = fill(-Inf,p.nD,p.na)
    ctmp = fill(-Inf,p.nD,p.ny,p.na)
@floswald floswald linked a pull request May 30, 2020 that will close this issue
@floswald
Copy link
Owner Author

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

Successfully merging a pull request may close this issue.

1 participant