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

mir.sparse multidimensional sparse arrays #43

Closed
9il opened this issue Apr 10, 2016 · 2 comments
Closed

mir.sparse multidimensional sparse arrays #43

9il opened this issue Apr 10, 2016 · 2 comments
Assignees

Comments

@9il
Copy link
Member

9il commented Apr 10, 2016

See #79

@9il 9il changed the title mir.sparse multidimensional arrays mir.sparse multidimensional sparse arrays Apr 10, 2016
@wilzbach
Copy link
Member

Requires special fast index hash map implementation.
Requires special fast index RB? tree implementation.

Maybe emsi-containers?
Why don't we use the builtin hashmap / rbtree for the initial version and then start the performance tuning?

Optimization is the root of all evil (Donald E. Knuth)

@9il
Copy link
Member Author

9il commented Apr 11, 2016

Maybe emsi-containers?
Why don't we use the builtin hashmap / rbtree for the initial version and then start the performance tuning?

  1. They all are slow.
  2. User can do it now with 10 lines of code. No reason to create a module. Containers are 99% of job.

@9il 9il mentioned this issue Apr 12, 2016
@9il 9il changed the title mir.sparse multidimensional sparse arrays mir.ndslice.sparse multidimensional sparse arrays Apr 15, 2016
@9il 9il changed the title mir.ndslice.sparse multidimensional sparse arrays mir.sparse multidimensional sparse arrays Apr 18, 2016
@9il 9il self-assigned this Apr 20, 2016
@9il 9il closed this as completed Jun 24, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants