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 listJan 20, 2025 21:04Oleg KovalovOleg KovalovScore: 12,566Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Jan 20, 2025 21:0412,5551,918,550,0511,858,324,00024,937,00017,002,496
2Jan 20, 2025 21:0412,5661,926,849,7761,851,938,00032,927,00017,084,416
3Jan 20, 2025 21:0412,6521,936,599,8051,869,786,00027,951,00016,982,016