On Monday, 10 November 2014 at 19:18:21 UTC, Kirill wrote:
Dear D community (and specifically experts on cache
optimization),
I'm a C++ programmer and was waiting for a while to do a
project in D.
I'd like to build a cache-optimized decision tree forest
library, and I'm debating between D a
I would also be curious to see projects in D that involved cache
optimization.
Dear D community (and specifically experts on cache optimization),
I'm a C++ programmer and was waiting for a while to do a project
in D.
I'd like to build a cache-optimized decision tree forest library,
and I'm debating between D and C++. I'd like to make it similar
to atlas, spiral, or oth