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

implement resizable vectors #31

Closed
padreati opened this issue Jan 9, 2014 · 3 comments
Closed

implement resizable vectors #31

padreati opened this issue Jan 9, 2014 · 3 comments
Assignees

Comments

@padreati
Copy link
Owner

padreati commented Jan 9, 2014

It is useful that sometimes to be able to grow dynamically the size of the vector. similar with how the java.util.Array behaves.
However, when one knows the appropriate initial allocation size, to be able to use that.

@ghost ghost assigned padreati Jan 9, 2014
@padreati
Copy link
Owner Author

padreati commented Jan 9, 2014

  1. refactored numeric vector

@padreati
Copy link
Owner Author

padreati commented Jan 9, 2014

  1. refactored index vector

@padreati
Copy link
Owner Author

refactored all, also implemented vector and frame collectors which works well

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

1 participant