On 9 September 2013 at 00:12, Wush Wu wrote:
| Dear Dirk,
|
| About hiredis, I am trying to improve the efficiency of rredis with Bryan, the
| maintainer of rredis now. Even though we might not need hiredis, the copyright
| issue will still bother me in the future.
CCing Bryan. I have been plann
Dear Dirk,
About hiredis, I am trying to improve the efficiency of rredis with Bryan,
the maintainer of rredis now. Even though we might not need hiredis, the
copyright issue will still bother me in the future.
Note that your example is interesting, because it shows that the
performance of rredis
Wush,
On 8 September 2013 at 15:40, Wush Wu wrote:
| I am working on the R wrapper of hiredis, which is a C library released under
| BSD license. Since the development package of libhiredis is not available on
| many OS such as Mac OS X,Solaris and Windows, I need to embed the source code
| of hi
Not the right place. This belongs to r-devel, but first make sure you browse
the archives as this is a common discussion these days and this might have been
answered already.
Romain
Le 8 sept. 2013 à 09:40, Wush Wu a écrit :
> Hello,
>
> I am working on the R wrapper of hiredis, which is a
Hello,
I am working on the R wrapper of hiredis, which is a C library released
under BSD license. Since the development package of libhiredis is not
available on many OS such as Mac OS X,Solaris and Windows, I need to embed
the source code of hiredis in the package to make it work.
I submitted my