-
-
Notifications
You must be signed in to change notification settings - Fork 150
Add fast floating-point parsing, generation support #314
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
Conversation
Sounds good, just LMK when it's ready! |
csv/src/test/java/com/fasterxml/jackson/dataformat/csv/FeaturesTest.java
Show resolved
Hide resolved
2d46836
to
148978c
Compare
csv/src/main/java/com/fasterxml/jackson/dataformat/csv/CsvGenerator.java
Outdated
Show resolved
Hide resolved
csv/src/main/java/com/fasterxml/jackson/dataformat/csv/impl/TextBuffer.java
Show resolved
Hide resolved
csv/src/test/java/com/fasterxml/jackson/dataformat/csv/deser/StreamingCSVReadTest.java
Outdated
Show resolved
Hide resolved
Looks good: just one fix I'd like made wrt passing of setting. |
csv/src/test/java/com/fasterxml/jackson/dataformat/csv/ser/TestGenerator.java
Outdated
Show resolved
Hide resolved
@cowtowncoder could you re-review? I think I've addressed all the issues you highlighted. |
One potential follow-up thing: I do not recall the need for local For Jackson 3.0 could also consider renaming these in |
Relates to #312