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 listDec 18, 2023 16:53Oleg KovalovOleg KovalovScore: 85,449Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Dec 18, 2023 16:5385,08112,830,976,31312,762,129,673016,916,480
2Dec 18, 2023 16:5385,44912,901,531,04712,817,309,092016,904,192
3Dec 18, 2023 16:5385,46112,884,619,15212,819,179,488016,916,480