Dmitry Selivanov

Results 53 issues of Dmitry Selivanov

Would be great to have them as well.

Looking to [fork_driver.R](https://github.com/vertica/ddR/blob/master/ddR/R/fork_driver.R) we can see that `dmapply` is essentially `mcmapply`. So we rely on the fact that every object can be easily lazily copied from master to worker process....

I think it make sense to extend S4 method `as` instead of using `as.dlist`, `as.darray` and so on. Correct me if I missed something.

I read the article [dmapply: A functional primitive to express distributed machine learning algorithms in R](http://www.vldb.org/pvldb/vol9/p1293-ma.pdf) and found following diagram: That was surprise to see peer-to-peer communication. I started to...

Hi! thx for you work. I found minor issue: ``` r library(Matrix) library(rfunctions) xx = 1:10 m1 = sparseMatrix(i = xx, j = xx, x = xx, dims = c(10,...

`data.table` works nicely with `bit64`. For Rcpp integration [check this thread](https://github.com/RcppCore/Rcpp/issues/33).

![image](https://cloud.githubusercontent.com/assets/5123805/13917531/82d5162a-ef72-11e5-8f5a-59a8d1f1f729.png)

Current algrorithm is **vectorized** and reasonably fast, but it can be even faster.

enhancement

- hash function family construction - S-curve visualization

docs

Dear `rmongodb` users, today I received letter from CRAN: > See https://cran.r-project.org/web/checks/check_results_rmongodb.html . > The Fedora results are now from Fedora 24 which has mongodb 3.2.7 and it seems your...

critical