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

Use Array during parsing #13

Open
propensive opened this issue Jan 3, 2024 · 1 comment
Open

Use Array during parsing #13

propensive opened this issue Jan 3, 2024 · 1 comment
Assignees
Labels
code quality Concerns the standard of code rather than functionality performance Relates to the efficiency or speed of an operation

Comments

@propensive
Copy link
Owner

Vector is probably egregiously slow.

@propensive propensive self-assigned this Jan 3, 2024
@propensive propensive added code quality Concerns the standard of code rather than functionality performance Relates to the efficiency or speed of an operation labels Jan 3, 2024
@propensive
Copy link
Owner Author

Since the row length is known after reading the first row, we would be better using arrays.

@propensive propensive changed the title Use List instead of Vector during parsing Use Array during parsing Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code quality Concerns the standard of code rather than functionality performance Relates to the efficiency or speed of an operation
Projects
Status: Todo
Development

No branches or pull requests

1 participant