phasm/examples
Johan B.W. de Vries 5ad5a9c064 Speedup foldl over bytes
Prior to this PR, the compiler would call stdlib.types's
__subscript_bytes__.

However, that function performs some checks we do not need.

After this MR, folding iterates directly over the bytes
memory, saving the memory access checks and the function
calls. This gets us a speedup of about 43% less CPU time
used on Firefox.

Also, by default, the CRC32 page runs a shorter timing test.
2022-08-21 15:38:11 +02:00
..
2022-08-18 20:53:21 +02:00
2022-08-21 15:38:11 +02:00
2022-08-20 18:21:23 +02:00
2022-08-11 19:56:47 +02:00
2022-08-21 14:57:43 +02:00
2022-08-18 20:53:21 +02:00