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 25, 2023 13:21Sergey StreminSergey StreminScore: 5,618Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 25, 2023 13:225,600905,660,311839,994,273016,986,112
2Mar 25, 2023 13:215,605906,782,186840,743,450017,006,592
3Mar 25, 2023 13:225,613905,931,668842,014,744016,994,304
4Mar 25, 2023 13:215,618904,248,698842,644,766016,994,304
5Mar 25, 2023 13:215,643917,587,143846,394,848016,990,208
6Mar 25, 2023 13:225,651924,009,229847,581,052016,998,400