|
|
|
|
|
by malux85
3175 days ago
|
|
scientific computing and simulation.
I have had need for machines like this - for a project that was very compute heavy but embarrassingly parallel, but also was very "chatty" - I.e updated the data structures a lot during compute I can't be too specific about it, but if involved creating a very large tree structure and updating, pruning and transversing the tree a lot If the algorithm is updating and reading a large data structure a lot it's only practical from a speed point of view to hold the whole structure in RAM |
|