Skip to content

Conversation

@ilmirons
Copy link

Hi. I noticed DeferNum uses parseLongUnsafe to parse number strings in scientific notation format, which seems not to be correct. I don't know if this is a performance choice (I get converting with n.toLong may be slower), but shouldn't at that point throw immediately be a better option? I wrote some tests and swapped parseLongUnsafe(s) with n.toLong. Give it a look when you have time.

Thanks for the great work,

Andrea

ilmirons and others added 2 commits February 10, 2025 16:00
FIX parsing for Long numbers in scientific notation
@ilmirons ilmirons marked this pull request as draft February 10, 2025 15:41
@ilmirons
Copy link
Author

Closing as #674 includes this

@ilmirons ilmirons closed this Feb 10, 2025
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