SVN's extensions to apr largely exist here; http://svn.apache.org/repos/asf/subversion/trunk/subversion/libsvn_subr/
Because they are based on apr and rooted in that ecosystem, there are a number of useful extensions in that repo that were never pushed upstream, but are not "withheld". Nobody had the time to submit and champion them. On Fri, Apr 27, 2018, 13:25 Jim Riggs <jim...@riggs.me> wrote: > > On 27 Apr 2018, at 11:50, William A Rowe Jr <wr...@rowe-clan.net> wrote: > > > > If we code this abstractly, comparator declaration is not type-safe, but > can > > be declared so that it is usable by table, hash, b-tree and many other > > approaches to data organization. With clever use of wrappers, we should > > be able to make a derivation (counted-byte-string tables, for example) > > behave in a type-safe manner at no performance penalty. > > > > We should cross check the subversion util feature set to ensure we don't > > have something ready to borrow, already. > > I fear things have now started going over my head. :-) I'll try to keep up. > >