Yes, I think it is worth evaluating what available at:
https://cran.r-project.org/web/views/HighPerformanceComputing.html
and as a thesis to tackle a "real-life" use case where R language and some of
those High Performance Computing packages
are used to solve problems about.
Or you may implement
I am not up on the internals of R but there does seem some run for
parallelism. Are we talking about special hardware? or running this on
an Intel Box? If it is the second, then I am thinking threads would be
the way to go. Please consider the following
R statements:
for( i in 1:30 )a[i
Hello,
i am an undergraduate student on computer engineering and im
considering to do my thesis to an open source project and make
performance optimizations and/or add parallelism to it where possible
(or even better make use of GPU). Do you think that R-project is a
good candidate?
Than
3 matches
Mail list logo