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 18, 2025 20:44KeefeKeefeScore: 14,510Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Apr 18, 2025 20:4414,4872,199,616,3922,162,061,00010,995,00017,199,104
2Apr 18, 2025 20:4414,5102,206,158,5252,165,570,00010,992,00016,965,632
3Apr 18, 2025 20:4414,5142,206,408,8012,165,047,00011,994,00017,022,976