Skip to content

Commit

Permalink
Approach 4: Use fast-float crate (Time: 134s)
Browse files Browse the repository at this point in the history
We use fast-float crate which is faster at parsing floats.
  • Loading branch information
Naveenaidu committed Jul 14, 2024
1 parent 1f411b6 commit df29672
Show file tree
Hide file tree
Showing 3 changed files with 496 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ debug=true
[dependencies]
clap = { version = "4.4.13", features = ["derive"] }
rust_decimal = "1.34"
rust_decimal_macros = "1.34"
rust_decimal_macros = "1.34"
fast-float = "0.2"
Loading

0 comments on commit df29672

Please sign in to comment.