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

Storing Paths Related Question

From: Bill Tutt <billtut_at_microsoft.com>
Date: 2002-06-14 01:21:16 CEST

Currently we store paths as the quite sensible string representation:
"/trunk/subversion/libsvn_fs/....".

However, can anybody think up useful/frequent access patterns where the
following representation might be more optimal, or make certain code
paths cheaper by being able to take advantage of such path storage? If
so, which code paths does this help?

/NR1.C1.T1/NR2.C1.T1/NR3.C1.T2/.....

Or to put the idea in abstract math like speak: an ordered sequence of
NodeRevisionPKs without any named attached to each NodeRevision.

Thoughts?

Bill

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 14 01:21:52 2002

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.