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 16:49Dominique GarmierDominique GarmierScore: 8,164Success
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 16:498,1231,252,368,9681,187,497,00030,934,00016,982,016
2Mar 14, 2026 16:498,1641,255,722,2351,191,614,00032,934,00017,068,032
3Mar 14, 2026 16:498,2211,262,807,5541,199,168,00033,919,00017,002,496