[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [WIP] 'svn patch' should remove empty dirs

From: Julian Foad <julian.foad_at_wandisco.com>
Date: Tue, 23 Feb 2010 10:36:42 +0000

Daniel Näslund wrote:
> > > Just a quick.
> > > [ ] Yes, using APR forces you to a lot of boilerplate.
> >
> > You mean a lot of opaque APIs? With a (very) quick glance, I don't see any
> > unusual use of APR.
>
> Ok. But could someone atleast tell me where to find a linked list in APR?

APR doesn't provide a simple linked list, although, now I look, I see
that there is a "ring" - a circular, doubly-linked list. We normally
just use the "array" and "hash" containers. There is also a "table"
which seems to be a cross between array and hash table. See
<http://dev.ariel-networks.com/apr/apr-tutorial/html/apr-tutorial-19.html> for an introduction to the four main container APIs.

- Julian
Received on 2010-02-23 11:37:21 CET

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.