Greg Hackmann 6ac8e6a46d bionic: reimplement property area as hybrid trie/binary tree
See the comments for an explanation of how properties are stored.

The trie structure is designed to scale better than the previous
array-based implementation.  Searching an array with n properties
required average O(n) string compares of the entire key; searching the
trie requires average O(log n) string compares of each token (substrings
between '.' characters).

Change-Id: I491305bc7aca59609abcd871a5f33d97f89ce714
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2013-06-24 13:14:09 -07:00
..
2013-05-14 14:45:02 -07:00
2013-06-12 14:14:53 -07:00
2013-06-12 14:14:53 -07:00
2013-04-22 11:33:14 -07:00
2013-05-14 14:45:02 -07:00