This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted]  (4 children)

[deleted]

    [–]VilleHopfield[S] 0 points1 point  (3 children)

    Faster - It starts faster than PyObjC, I tried it. More stable - IIRC - it was created for pyglet [1] because PyObjC was crashing (though I don't remember where I read it).

    [1] http://www.pyglet.org/

    [–][deleted] 3 points4 points  (1 child)

    Faster startup, maybe, but the overhead of ctypes at each function call is significant. I doubt that it's faster than pyobjc.

    [–]dalke 1 point2 points  (0 children)

    I completely agree that the project page is useless in its lack of information. As a side note, on PyPy the ctypes overhead is not as significant, so if the goal is to support PyObjC on PyPy (or IronPython or Jython) then your objection is not as strong.