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

create time_expanded designmatrix slower than matlab #126

Open
behinger opened this issue Oct 10, 2023 · 0 comments
Open

create time_expanded designmatrix slower than matlab #126

behinger opened this issue Oct 10, 2023 · 0 comments

Comments

@behinger
Copy link
Member

The creation alone is much slower in Julia than matlab (2s vs. 0.3s) - the reason is multiple:

  1. julia allows for much more complex design matrices with sample-fraction resolution/interpolation
  2. the sparse call seems to be less efficiently called => ExtendableSparse.jl maybe?
  3. some type-inference issues are still ongoing => @code_warntype?
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

No branches or pull requests

1 participant