[MERGE][RFC] Add simple revision serializer based on RIO.

Alexander Belchenko bialix at ukr.net
Mon May 11 12:34:35 BST 2009


Andrew Bennetts пишет:
> Alexander Belchenko wrote:
> [...]
>> In the past I wrote Pyrex extension for bencode. But it was rejected by  
>> Aaron, because its benefits was not clearly visible at that time.
> 
> Cool, I might dig that up and take a look.

https://lists.ubuntu.com/archives/bazaar/2007q3/029755.html

> Although, personally, I'd skip Pyrex entirely and go straight to pure C.
> bencode isn't very complex, and Pyrex really only gets you halfway to the
> speed benefits of C.  Pyrex's real strength is as a easy way to write
> bindings for C libraries, it's a bit mixed as a tool for writing faster
> Python modules.

Do it as you like. For me Pyrex provides a friendly way to write 
C-extensions, because I don't need to think about argument parsing, 
error checking and reference counting.

> 
> -Andrew.
> 
> 
> 




More information about the bazaar mailing list