-
Notifications
You must be signed in to change notification settings - Fork 0
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
Migrate csv capabilities to separate package #2
base: master
Are you sure you want to change the base?
Conversation
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
As it stands now, fuzz tests pass when comparing results to the stdlib with LazyQuotes enabled, but the memory performance gains are now slight, and CPU performance is down quote a lot. I wonder if there are better options here (I think the use of |
internal/csv/detect.go
Outdated
sw.end += n | ||
|
||
// Process the combined buffer | ||
i := sw.start |
Check warning
Code scanning / CodeQL
Useless assignment to local variable Warning
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
I meant to open the upstream PR against a feature branch in this repo not the main branch, leading to me making PRs here 🤦 (want to see passing CI instead of pushing to main).