[zeromq-dev] pyzmq ctypes
Karl Ostendorf
karl at ostendorf.com
Wed May 25 16:52:11 CEST 2011
Would also be interested in the performance. I did a Java
implementation using JNA (ctype equivalent) but it was noticeably
slower than it's JNI counterpart.
Karl Ostendorf
http://ostendorf.com
On Wed, May 25, 2011 at 16:17, Dirkjan Ochtman <dirkjan at ochtman.nl> wrote:
> On Wed, May 25, 2011 at 16:14, Daniel Holth <dholth at gmail.com> wrote:
>> By popular demand (one person asked) the "Release Early" edition of
>> pyzmq-ctypes is at https://bitbucket.org/dholth/pyzmqctypes
>>
>> Unlike the Cython version, this binding works in pypy. A file called _zmq.py
>> contains most of the goodies. It implements most of the low-level ZeroMQ API
>> and a tiny bit of the pyzmq wrapper. A serious contributor might want to
>> incorporate the pyzmq unit tests and hack until they run, or go in a
>> different direction by wraping libzapi.
>
> Nice. Have you done any performance testing on CPython's ctypes vs. pyzmq?
>
> Cheers,
>
> Dirkjan
> _______________________________________________
> zeromq-dev mailing list
> zeromq-dev at lists.zeromq.org
> http://lists.zeromq.org/mailman/listinfo/zeromq-dev
>
More information about the zeromq-dev
mailing list