dimitrijejankov

Results 5 comments of dimitrijejankov

Hi kityun, So apt-get is the package manager command on ubuntu and debian. CentOS uses yum to manage the packages. You will have to modify the script https://github.com/riceplinygroup/plinycompute/blob/d200df8197d29cdba057dccb9759a3c517656931/scripts/internal/setupDependencies.py to use...

Another issue is that even if we are sending uncompressed bytes of a shallow copy the bool DispatcherServer::sendBytes has a hardcoded value to true for the indicator compressedOrNot, thus it...

Hi Jia, Thanks for the reply. (1) The only check we do is whether the vector is empty or not, can be done on the other side as well. The...

Hi Jia, Thanks for your time. Good point, if the (de)compression is not a large overhead we can keep it. For the second issue is it fine if I go...