Blue color from RGBA Sergey Svistunov

Extract the Blue channel from a stream of RGBA pixels as fast as possible.

Input: 125 000 000 pixels in binary RGBA format on STDIN (4 bytes per pixel: R, G, B, A).

Output: Write only the Blue byte of each pixel to STDOUT (125 000 000 bytes total).

Back to listMay 4, 2026 22:04olliecrowolliecrowError
Source Code

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

Challenge History

No challenges yet.

Run Statistics
#DateScoreWall TimeCPU UserCPU SystemMemoryError
1May 4, 2026 22:04014,052,5571,157,00002,502,656cannot read data: EOF
2May 4, 2026 22:04013,409,7831,267,00002,494,464cannot read data: EOF
3May 4, 2026 22:04013,385,7101,196,00002,498,560cannot read data: EOF