algorithmica
algorithmica copied to clipboard
A computer science textbook
`_mm256_bslli_epi128` compiles to the same assembler but the name is more descriptive than `_mm256_slli_si256`: https://github.com/algorithmica-org/algorithmica/blob/ed1945c3d2de8548b1c744d3161eb668703db808/content/english/hpc/algorithms/prefix.md?plain=1#L103
This pull request has been automatically generated by prose.io. In this case, it's not that the CPU doesn't know what to execute next, but it's more like the CPU already...
This pull request has been automatically generated by prose.io.
This pull request has been automatically generated by prose.io.
This pull request has been automatically generated by prose.io.
The image [here](https://en.algorithmica.org/hpc/data-structures/img/b-tree.jpg) on the Static B-Trees page looks wrong to me:  The 120 leaf node is not between 128-140 on its parent node and similarly 269 is more...
This pull request has been automatically generated by prose.io.
Try to fix issue #300
# Incorrect CPU cycle calculation in Section 1.2 In section 1.2 of the documentation, there is an error in the calculation of total CPU cycles for the matrix multiplication example....