/pidgin/main: 95f34a3f4172: Initial trie class implementation

Mark Doliner mark at kingant.net
Wed Apr 2 00:36:23 EDT 2014


On Tue, Mar 25, 2014 at 6:19 AM, Tomasz Wasilczyk <twasilczyk at pidgin.im> wrote:
> Description:
>
> Initial trie class implementation
>
> diffstat:
>
>  libpurple/Makefile.am  |    2 +
>  libpurple/memorypool.c |   21 ++++
>  libpurple/memorypool.h |   18 +++-
>  libpurple/trie.c       |  216 +++++++++++++++++++++++++++++++++++++++++++++++++
>  libpurple/trie.h       |  110 ++++++++++++++++++++++++
>  5 files changed, 365 insertions(+), 2 deletions(-)

Hey Tomasz, are PurpleMemoryPool and PurpleTrie documented somewhere?
Like, the classes themselves? Or some sort of overview info? If not,
can you please add doc comments? I have a vague idea what they do, but
it would be helpful to see an explanation.

Thanks,
Mark



More information about the Devel mailing list