Skip to content

metajack/cserialize

Repository files navigation

cserialize

Twisted Python comes with an XMPP capable XML parser called Domish. Domish has a highly optimized, pure Python XML serializer, but even as optimized as it is, it is still quite slow.

cserialize is a Domish serializer written in C, and is approximately 4 times as fast as the pure Python one.

License

This code is copyright (c) 2008 by Jack Moffitt jack@metajack.im and is available under the MIT license. See LICENSE.txt for details.

Dependencies

About

This is a fast, native C module replacement for Twisted Python's twisted.words.xish.Domish serializer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published