ideas for C optimization wanted
Michael Hudson
michael.hudson at canonical.com
Thu Jul 3 05:16:53 BST 2008
Martin Pool wrote:
> Tim said to me he was interested in doing some C or Pyrex code to
> speed up Bazaar, and asked for suggestions on where to begin.
I had a very quick play at writing a super-fast starting C command line
client that would talk to some server process to do the actual work as a
way of mitigating the slow Python start up effect. But the results of
half an hour of whacking at this didn't show anything amazing and it
reminded me that socket programming in C is horrible so I'm not sure I'm
going to go anywhere with this.
Cheers,
mwh
More information about the bazaar
mailing list