TopK Sergey Svistunov

Find the sum of the 100 largest values in a stream of binary integers as fast as possible.

Input: 100 000 000 uint32 values in little-endian binary on STDIN (4 bytes each).

Output: The uint64 sum of the top 100 greatest values, printed as a decimal string.

Back to listSep 18, 2023 12:37mmalczakmmalczakScore: 84,227Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Sep 18, 2023 12:4382,66856,779,83130,587,00002,527,232
2Sep 18, 2023 12:3782,75456,425,59429,599,0001,020,0002,289,664
3Sep 18, 2023 12:3782,94156,008,73929,666,0001,022,0002,289,664
4Sep 18, 2023 12:3683,00559,415,50130,712,00002,289,664
5Sep 18, 2023 12:3783,31958,550,49529,834,000994,0002,289,664
6Sep 18, 2023 12:4583,35457,949,03228,852,0001,989,0002,289,664
7Sep 18, 2023 12:4383,40059,676,35529,863,000995,0002,289,664
8Sep 18, 2023 12:4383,40059,914,82829,863,000995,0002,289,664
9Sep 18, 2023 12:4583,40856,498,86928,870,0001,991,0002,289,664
10Sep 18, 2023 12:4583,41157,284,51228,871,0001,991,0002,519,040
11Sep 18, 2023 12:3783,43056,548,40128,878,0001,991,0002,289,664
12Sep 18, 2023 12:3683,46561,967,09529,886,000996,0002,289,664
13Sep 18, 2023 12:4383,47055,259,49128,892,0001,992,0002,289,664
14Sep 18, 2023 12:4583,47653,488,39829,857,0001,029,0002,289,664
15Sep 18, 2023 12:4583,52457,508,81529,908,000996,0002,277,376
16Sep 18, 2023 12:3783,58452,507,76528,931,0001,995,0002,289,664
17Sep 18, 2023 12:3783,61950,644,82928,943,0001,996,0002,277,376
18Sep 18, 2023 12:3683,66853,624,35528,960,0001,997,0002,289,664
19Sep 18, 2023 12:4383,70856,715,02229,973,000999,0002,273,280
20Sep 18, 2023 12:3783,85760,209,78529,026,0002,001,0002,289,664
21Sep 18, 2023 12:4383,85757,910,51829,026,0002,001,0002,289,664
22Sep 18, 2023 12:3683,85955,112,80229,027,0002,001,0002,289,664
23Sep 18, 2023 12:4583,89255,050,08129,038,0002,002,0002,269,184
24Sep 18, 2023 12:3683,98655,832,68729,071,0002,004,0002,269,184
25Sep 18, 2023 12:3683,99252,307,76929,072,0002,005,0002,289,664
26Sep 18, 2023 12:3783,99560,088,66430,076,0001,002,0002,273,280
27Sep 18, 2023 12:3684,08658,033,14129,105,0002,007,0002,289,664
28Sep 18, 2023 12:4584,08957,736,02329,106,0002,007,0002,527,232
29Sep 18, 2023 12:3784,14352,932,52729,125,0002,008,0002,289,664
30Sep 18, 2023 12:4584,15155,837,51530,132,0001,004,0002,289,664
31Sep 18, 2023 12:3784,22752,853,83329,154,0002,010,0002,273,280
32Sep 18, 2023 12:3784,23857,462,39730,163,0001,005,0002,289,664
33Sep 18, 2023 12:3784,25955,231,30829,165,0002,011,0002,269,184
34Sep 18, 2023 12:3784,26850,761,93729,168,0002,011,0002,289,664
35Sep 18, 2023 12:3784,28156,892,03629,173,0002,011,0002,289,664
36Sep 18, 2023 12:3784,40553,560,74329,216,0002,014,0002,289,664
37Sep 18, 2023 12:3684,42755,112,62429,223,0002,015,0002,289,664
38Sep 18, 2023 12:4584,46855,006,91331,253,00002,273,280
39Sep 18, 2023 12:4384,50854,219,20329,251,0002,017,0002,273,280
40Sep 18, 2023 12:3784,62454,143,98929,291,0002,020,0002,383,872
41Sep 18, 2023 12:3784,85152,923,12430,383,0001,012,0002,289,664
42Sep 18, 2023 12:4385,11153,878,38930,476,0001,015,0002,273,280
43Sep 18, 2023 12:4385,17052,793,72631,513,00002,289,664
44Sep 18, 2023 12:3785,27591,900,84831,551,83202,273,280
45Sep 18, 2023 12:3785,31897,408,56331,567,63102,256,896
46Sep 18, 2023 12:4385,403115,653,11231,599,24702,260,992
47Sep 18, 2023 12:3685,41657,924,47630,585,0001,019,0002,289,664
48Sep 18, 2023 12:3785,48159,611,52730,608,0001,020,0002,289,664
49Sep 18, 2023 12:4585,637102,696,27831,685,57802,265,088
50Sep 18, 2023 12:3785,681107,197,92331,702,06402,273,280
51Sep 18, 2023 12:3685,73497,742,83931,721,65702,265,088
52Sep 18, 2023 12:4585,76992,976,58831,734,41202,265,088
53Sep 18, 2023 12:3686,136102,526,60031,870,46902,265,088
54Sep 18, 2023 12:3786,24596,269,66831,910,64902,260,992
55Sep 18, 2023 12:4386,305100,953,33731,933,01502,269,184
56Sep 18, 2023 12:3786,34499,529,59131,947,42002,265,088
57Sep 18, 2023 12:3686,464105,075,72531,991,64102,269,184
58Sep 18, 2023 12:4586,59797,975,06732,040,71702,256,896
59Sep 18, 2023 12:4386,678106,084,96632,070,98702,265,088
60Sep 18, 2023 12:3786,74395,582,74532,094,73202,265,088