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

Code clean and optimization: remove std.range #81

Open
9il opened this issue Nov 12, 2016 · 0 comments
Open

Code clean and optimization: remove std.range #81

9il opened this issue Nov 12, 2016 · 0 comments

Comments

@9il
Copy link
Member

9il commented Nov 12, 2016

I have reviewed a set of files. We still have std.range and std.array are used frequently. The reasons to remove them:

  1. Less template bloat with iota - iotaSlice uses size_t only and it is faster
  2. Many usage cases can be improved with ndslice primitives.

ndslice does not require std.range and incorporates its funcitonality.
Maybe few cases with std.array can be still useful. But most of them are used for slice allocation

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