Trie handling, and payload packing.
Find a file
2012-11-09 16:26:43 -05:00
lib Moar progress! 2012-11-07 09:36:22 -05:00
src fixing the PathNode.includes() 2012-11-09 16:26:43 -05:00
tools cleanup, and consolidation 2012-11-08 10:15:20 -05:00
.gitignore Moar progress! 2012-11-07 09:36:22 -05:00
build.xml cleanup, and consolidation 2012-11-08 10:15:20 -05:00
pom.xml correcting the maven manifest, for the package name 2012-11-09 13:01:46 -05:00
README.md adding a README 2012-11-08 10:23:06 -05:00

Overview

This is a simple utility, with the intention of reading from a packed payload, into a searchable tree.

The tree is comprised of url path bases.

Also, to be able to take a list of these path bases, and render a packed payload.

Algorithm

For more information on the algorith used to pack the payload, see https://github.com/jbowes/content-set-packer

Compiling

You can use either ant, or maven. I included the only two jar deps, for local tools and ant builds. But the unit tests are currently run with maven.