GNOME Bugzilla – Bug 425464
e-vcard optimisations
Last modified: 2007-04-03 07:57:23 UTC
I have some large optimisations that I need to carefully merge with upstream, but here are some simple ones to reduce the noise. * Use g_list_prepend() and then reverse * Use g_slice to allocate attribute and parameter structs, as there will be many of them.
Created attachment 85699 [details] [review] Patch
Ross, I will close this up tomorrow. But if you can give a diff with '-up' it is easy to review than this. I have to apply, diff locally and then review this.
Created attachment 85719 [details] [review] Revised patch As requested.
Oh and I recommend Meld for reviewing complex patches. You can apply the patch to a checkout and it will graphically show you the changed.
Hey Ross, thanks I will try that for sure.
Hey looks fine for me to commit.
Commited, thanks.