Parse JSON Sergey Svistunov

Compute the total amount of non-canceled external USD transactions from a stream of JSON records as fast as possible.

Input: 1 000 000 JSON records on STDIN, one per line. Each record has the following structure:

{
    "user_id": 0,
    "currency": "USD",
    "transactions": [
        {
            "amount": 0,
            "to_user_id": 0,
            "canceled": false
        }
    ]
}
Field Constraints
user_id Integer, max 10 000
currency One of "GBP", "USD", "RUB", "JPY", "CHF"
transactions Array, max 10 elements
amount Integer, max 1000
canceled Boolean; may be omitted when false

Field order is not guaranteed within any object.

Output: The total amount of all transactions where:

  • record.currency == "USD"
  • transaction.to_user_id != record.user_id (external)
  • transaction.canceled is false or absent
Back to listMay 9, 2021 19:46Yuriy LyfenkoYuriy LyfenkoScore: 8,282Success
Source Code

Source code access is restricted. Log in to request access.

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 9, 2021 19:438,269119,547,43888,963,0001,999,0002,330,624
2May 9, 2021 19:468,269116,910,76687,963,0002,998,0002,531,328
3May 12, 2021 22:468,269119,906,82088,956,0001,999,0002,527,232
4May 9, 2021 19:458,269118,567,00388,959,0001,999,0002,330,624
5May 9, 2021 19:428,269116,992,51488,965,0001,999,0002,396,160
6May 9, 2021 19:428,270115,469,81988,974,0001,999,0002,523,136
7May 9, 2021 19:438,271117,915,29388,978,0001,999,0002,535,424
8May 9, 2021 19:458,271117,508,97688,977,0001,999,0002,334,720
9May 12, 2021 22:478,272122,027,88487,997,0002,999,0002,531,328
10May 9, 2021 19:468,272115,524,35988,998,0001,999,0002,531,328
11May 9, 2021 19:438,273117,080,38488,006,0003,000,0002,334,720
12May 9, 2021 19:458,273113,581,77290,007,0001,000,0002,396,160
13May 9, 2021 19:428,274115,300,95689,017,0002,000,0002,527,232
14May 12, 2021 22:468,274121,423,26490,009,0001,000,0002,330,624
15May 12, 2021 22:498,274118,542,42688,010,0003,000,0002,531,328
16May 9, 2021 19:468,275113,590,41690,030,0001,000,0002,330,624
17May 12, 2021 22:478,275115,053,04989,021,0002,000,0002,330,624
18May 9, 2021 19:428,276115,836,55990,035,0001,000,0002,330,624
19May 9, 2021 19:428,277118,643,04988,050,0003,001,0002,334,720
20May 12, 2021 22:468,277124,912,45289,048,0002,001,0002,523,136
21May 12, 2021 22:478,278126,295,78489,060,0002,001,0002,330,624
22May 9, 2021 19:458,279118,096,92289,072,0002,001,0002,531,328
23May 9, 2021 19:438,279112,324,19390,071,0001,000,0002,334,720
24May 12, 2021 22:498,279118,683,77590,069,0001,000,0002,330,624
25May 12, 2021 22:478,279119,324,33490,069,0001,000,0002,531,328
26May 9, 2021 19:428,281121,358,91688,090,0003,003,0002,334,720
27May 12, 2021 22:478,281116,571,45390,087,0001,000,0002,330,624
28May 12, 2021 22:498,281114,103,12390,089,0001,000,0002,334,720
29May 9, 2021 19:438,282121,035,41789,102,0002,002,0002,531,328
30May 12, 2021 22:468,282116,528,58790,106,0001,001,0002,527,232
31May 9, 2021 19:458,282121,373,10090,096,0001,001,0002,334,720
32May 9, 2021 19:468,282115,123,60790,094,0001,012,0002,330,624
33May 9, 2021 19:458,283122,064,42488,113,0003,003,0002,330,624
34May 9, 2021 19:458,283117,545,33989,113,0002,002,0002,330,624
35May 12, 2021 22:478,283123,390,45787,107,0004,004,0002,330,624
36May 12, 2021 22:468,283121,962,93590,115,0001,001,0002,523,136
37May 9, 2021 19:458,284111,393,47990,128,0001,001,0002,330,624
38May 9, 2021 19:438,285114,327,46589,129,0002,002,0002,392,064
39May 9, 2021 19:438,285118,175,39890,129,0001,001,0002,523,136
40May 12, 2021 22:498,285111,587,66688,130,0003,004,0002,334,720
41May 9, 2021 19:458,285115,314,37489,134,0002,003,0002,531,328
42May 12, 2021 22:498,286111,678,69289,148,0002,003,0002,334,720
43May 9, 2021 19:428,286112,057,96290,142,0001,001,0002,519,040
44May 9, 2021 19:438,286119,721,99889,140,0002,003,0002,523,136
45May 9, 2021 19:438,286116,360,70088,140,0003,004,0002,531,328
46May 12, 2021 22:468,286125,360,73189,141,0002,003,0002,334,720
47May 12, 2021 22:498,287113,009,19287,153,0004,007,0002,523,136
48May 9, 2021 19:428,288115,368,17190,165,0001,001,0002,531,328
49May 12, 2021 22:468,288115,483,36189,160,0002,003,0002,531,328
50May 9, 2021 19:428,289114,260,10290,178,0001,001,0002,531,328
51May 12, 2021 22:478,289115,345,86988,174,0003,005,0002,330,624
52May 9, 2021 19:468,290120,392,56789,189,0002,004,0002,330,624
53May 12, 2021 22:468,290113,889,94789,186,0002,004,0002,519,040
54May 9, 2021 19:468,291112,784,30286,187,0005,010,0002,330,624
55May 12, 2021 22:478,291112,578,86989,197,0002,004,0002,527,232
56May 9, 2021 19:468,292112,649,84590,209,0001,002,0002,334,720
57May 12, 2021 22:498,292113,319,33290,213,0001,002,0002,330,624
58May 9, 2021 19:468,293115,960,14990,226,0001,002,0002,531,328
59May 9, 2021 19:468,294114,669,16188,225,0003,007,0002,330,624
60May 12, 2021 22:478,294118,812,92888,227,0003,007,0002,514,944
61May 12, 2021 22:498,296111,147,83488,243,0003,008,0002,523,136
62May 12, 2021 22:498,298115,325,74588,273,0003,009,0002,330,624
63May 12, 2021 22:468,299112,323,80890,281,0001,003,0002,523,136