algorithmica
algorithmica copied to clipboard
A computer science textbook
in ['Cache Associativity'](https://en.algorithmica.org/hpc/cpu-cache/associativity/), the author says: > When the array size is a multiple of a large power of two, then the indices of the “hottest” elements, the ones we...
an error
https://en.algorithmica.org/hpc/cpu-cache/associativity/ I think the picture(Address composition for a 64-entry 2-way set-associative cache) is wrong.The offset is wrong.Maybe?
First of all, thanks for a fascinating book! I haven't finished reading yet but I am learning a lot already from your book. This pull requests fixes a typo "is...
Fix inconsistency in the code of pollard-rho (Sec: Optimizing the Modulo)
in https://github.com/algorithmica-org/algorithmica/blob/ed1945c3d2de8548b1c744d3161eb668703db808/content/english/hpc/arithmetic/ieee-754.md?plain=1#L115 you state that the state of the art for printing floating point numbers is Grisu3. That is not true for a few years now. The current most implemented...
This pull request has been automatically generated by prose.io.
Added types, fixed incorrect c++
Typo fix: "auto-vectorizee" -> "auto-vectorize"
This pull request has been automatically generated by prose.io.