Introducing cPyAMF

Logo for cPyAMF

There are two parts to PyAMF: the core AMF encoder and decoder, and the gateway/remoting for transporting data between a server and a client.

Currently both parts are written in pure Python but the idea is to create a C version of the AMF encoder/decoder that can be used as a dropin which will increase performance significantly.

For more information check the ticket or browse the source in the repository.

3 Responses to “Introducing cPyAMF”

  1. Richard Jones Says:

    It’s possibly useful in an “introducing…” post to include describing what “AMF” might possibly be :)

  2. wes Says:

    Repository link is broken: The requested URL /cpyamf/trunk was not found on this server.

  3. Thijs Triemstra Says:

    @wes: thanks for catching that, I updated the post and also removed the references to Cython because we decided to go for a pure C implementation, which is now available in the trunk.

Leave a Reply