Large matrix multiplication Liam

Multiply two square matrices as fast as possible.

Input

Two 2000 x 2000 matrices of uint32 values on STDIN, encoded back-to-back in row-major order, little-endian byte order.

Output

Write the resulting 2000 x 2000 product matrix to STDOUT in the same binary format (row-major, little-endian uint32).

Back to listMar 19, 2023 18:47LiamLiamScore: 20,109Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 19, 2023 17:5719,4942,988,592,1252,924,169,720016,969,728
2Feb 20, 2023 02:1219,4992,985,271,4992,924,837,326016,969,728
3Feb 20, 2023 02:1219,5042,987,675,2472,925,599,287016,949,248
4Feb 20, 2023 02:1219,5062,985,299,6462,925,920,476016,961,536
5Feb 20, 2023 02:1019,5092,998,223,5152,926,381,152016,957,440
6Mar 19, 2023 17:5719,5103,006,059,3082,926,437,055016,961,536
7Mar 19, 2023 17:5719,5102,995,349,0622,926,489,027016,965,632
8Feb 20, 2023 02:1019,5112,993,235,0102,926,597,019016,973,824
9Feb 20, 2023 02:1019,5223,000,025,7222,928,347,550016,961,536
10Feb 20, 2023 02:1120,1093,082,697,3263,016,329,136016,977,920
11Feb 20, 2023 02:1120,1093,079,624,3743,016,367,763016,957,440
12Feb 20, 2023 02:1120,1143,089,335,6013,017,154,664016,957,440
13Feb 20, 2023 02:1020,3823,130,379,4383,057,291,185016,965,632
14Mar 19, 2023 18:4720,3823,116,652,2883,057,253,899016,973,824
15Feb 20, 2023 02:1020,3863,122,879,0633,057,901,582016,965,632
16Feb 20, 2023 02:1020,3913,133,626,8683,058,590,392016,977,920
17Mar 19, 2023 18:4720,3913,123,282,0033,058,630,375016,965,632
18Mar 19, 2023 18:4720,3933,135,769,1263,058,948,273016,965,632