You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #51 we looked at using lexical-core in one specific case and decided instead to go with #52 for simplicity for now.
However in principle lexical-core should be more accurate for float parsing, which seems worth moving forward with sometime.
Also we should try some benchmark using lexical-core for integers instead of our hand-rolled implementations in numbers.rs; if it's similar (or hopefully better) then it's worth switching for integers too.
The text was updated successfully, but these errors were encountered:
In #51 we looked at using
lexical-core
in one specific case and decided instead to go with #52 for simplicity for now.However in principle
lexical-core
should be more accurate for float parsing, which seems worth moving forward with sometime.Also we should try some benchmark using
lexical-core
for integers instead of our hand-rolled implementations innumbers.rs
; if it's similar (or hopefully better) then it's worth switching for integers too.The text was updated successfully, but these errors were encountered: