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 listMay 6, 2025 10:57KeefeKeefeScore: 5,486Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 6, 2025 10:575,478850,428,705811,710,0009,996,00017,154,048
2May 6, 2025 10:575,486857,479,291814,930,0007,999,00017,031,168
3May 6, 2025 10:575,495853,137,081813,194,00011,002,00016,982,016