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 listApr 1, 2023 15:25Yuriy LyfenkoYuriy LyfenkoScore: 24,381Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 1, 2023 15:2524,3813,713,065,8883,657,087,762016,941,056
2Apr 1, 2023 15:2524,3813,715,616,3823,657,199,536016,941,056
3Apr 1, 2023 15:2524,3823,738,060,1213,657,293,530016,953,344