Rlabkey performance | Peter | 2012-08-27 16:52 |
Status: Closed | ||
Hi Leo, I worked on the RLabkey project most recently, and I think what is going on here is that the rjson package is pretty inefficient in the functions that convert from R objects to JSON data packets on the wire ( an insert scenario). It used to be equally slow in converting from JSON to R objects (select scenario) until Martin Morgan rewrote the fromJSON function in C and it sped up by a 1000x or so. |
||