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

Migrate csv capabilities to separate package #2

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from

Conversation

wagoodman
Copy link

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).

Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
@wagoodman wagoodman marked this pull request as draft July 16, 2024 22:02
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>
@wagoodman
Copy link
Author

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 copy within read() is what the main issue, but I haven't characterized it yet.

sw.end += n

// Process the combined buffer
i := sw.start

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of i is never used.
Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
sw.end += n

// process the combined buffer
i := sw.start

Check warning

Code scanning / CodeQL

Useless assignment to local variable Warning

This definition of i is never used.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant