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 31, 2025 15:16KeefeKeefeScore: 4,100Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 31, 2025 15:164,090640,983,037603,538,0009,992,00017,158,144
2May 31, 2025 15:164,100641,060,270608,036,0007,000,00017,088,512
3May 31, 2025 15:164,106636,321,557607,970,0007,999,00017,002,496