Skip to content

Commit

Permalink
Update SOLUTION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ayushj05 authored May 18, 2024
1 parent a2be3fd commit 318528d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion SOLUTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ verify_txn (Json::Value &txn) {

# Results and Performance

I got a score of 73/100 for this mining program.
I got a score of **73/100** for this mining program.\
The program takes approximately **5.26 seconds** to complete (Geometric Mean over 10 runs).

The program has been designed while taking care of minimizing string parsing, as much as possible. For example, especially in the `serialize.h` file, all the functions related to txn serialization and data type conversions have been optimized so that the task to be performed is done in just a single iteration of the string.

Expand Down

0 comments on commit 318528d

Please sign in to comment.