jgit/org.eclipse.jgit.http.server
Shawn O. Pearce 36f05a9c27 Optimize RefAdvertiser performance by avoiding sorting
Don't copy and sort the set of references if they are passed through
in a RefMap or a SortedMap using the key's natural sort ordering.
Either map is already in the order we want to present the items
to the client in, so copying and sorting is a waste of local CPU
and memory.

Change-Id: I49ada7c1220e0fc2a163b9752c2b77525d9c82c1
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
2010-01-23 11:10:57 -08:00
..
.settings Simple dumb HTTP server for Git 2010-01-12 12:01:24 -08:00
META-INF Simple dumb HTTP server for Git 2010-01-12 12:01:24 -08:00
src/org/eclipse/jgit/http/server Optimize RefAdvertiser performance by avoiding sorting 2010-01-23 11:10:57 -08:00
.classpath Simple dumb HTTP server for Git 2010-01-12 12:01:24 -08:00
.fbprefs Simple dumb HTTP server for Git 2010-01-12 12:01:24 -08:00
.gitignore Simple dumb HTTP server for Git 2010-01-12 12:01:24 -08:00
.project Simple dumb HTTP server for Git 2010-01-12 12:01:24 -08:00
build.properties Simple dumb HTTP server for Git 2010-01-12 12:01:24 -08:00
plugin.properties Simple dumb HTTP server for Git 2010-01-12 12:01:24 -08:00
pom.xml Simple dumb HTTP server for Git 2010-01-12 12:01:24 -08:00