Re: AmFast 0.3 adds support for PyAmf
Congratulations to Dave on the release - looking at the commit logs, a
lot of work has gone into it!
I would tend to agree with Thijs; although obviously being one of the
core contributors to PyAMF I am also probably biased ;)
AmFast pins itself as "a Flash remoting framework for Python" whereas
PyAMF is meant to be a library that people can build on top of. It
does appear that a lot what is already accomplished in PyAMF is
duplicated in AmFast.
This includes the core en/decoders, class mapping, remoting (including
basic RemoteObject support) etc. This is all that PyAMF provides (and
is intended to provide). AmFast also includes RemoteObject
authentication, Producer/Consumer messaging, channels and an as3 VO
code generator (Dave please jump in and correct me here).
I can understand the need to speed up the en/decode time for PyAMF but