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 listMar 14, 2026 17:18Dominique GarmierDominique GarmierScore: 7,603Success
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1Mar 14, 2026 17:187,5561,163,539,0251,100,490,00032,924,00016,961,536
2Mar 14, 2026 17:187,6031,174,254,3481,108,538,00031,929,00017,039,360
3Mar 14, 2026 17:187,8441,212,140,0521,143,620,00032,931,00017,084,416