Greg Hackmann 4482d85139 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: Ic28b3c5246004a3c502eb02d6e1c9b512884d872
Signed-off-by: Greg Hackmann <ghackmann@google.com>
2013-06-25 13:34:24 -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