Greg Hackmann
996cdc4b1a
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).
Signed-off-by: Greg Hackmann <ghackmann@google.com>
(cherry picked from commit 6ac8e6a46d71a51bec16938efa89f275fa89cf7d)
Change-Id: Icbe31908572f33b4d9b85d5b62ac837cbd0f85e0
2013-06-24 16:35:32 -07:00
..
2012-08-01 17:53:07 -07:00
2012-08-10 12:23:58 -07:00
2013-06-24 16:35:32 -07:00
2009-03-03 19:28:35 -08:00
2012-07-24 13:56:38 -07:00
2013-06-05 17:58:08 -07:00
2012-08-02 16:07:26 -07:00
2013-02-26 13:27:15 -08:00
2012-01-31 22:19:09 +01:00
2013-06-18 12:14:20 -07:00
2009-03-03 19:28:35 -08:00
2013-02-22 11:04:27 -08:00
2013-05-14 14:48:43 -07:00
2009-03-03 19:28:35 -08:00
2013-04-03 11:10:37 -07:00
2013-01-29 17:49:12 -08:00
2010-09-27 17:35:26 +02:00
2010-10-09 17:56:55 +02:00
2013-03-21 22:26:20 -07:00
2009-03-03 19:28:35 -08:00
2012-08-02 18:03:54 -07:00
2009-03-03 19:28:35 -08:00
2009-03-03 19:28:35 -08:00
2012-09-14 15:42:30 -07:00
2013-02-11 12:20:33 -08:00
2009-03-03 19:28:35 -08:00
2012-08-14 12:09:25 -07:00
2012-09-27 11:38:57 -07:00
2013-06-05 11:30:17 +08:00
2009-03-03 19:28:35 -08:00
2013-01-23 16:49:47 -08:00
2010-09-27 17:35:26 +02:00
2010-01-15 15:57:02 -08:00
2009-03-03 19:28:35 -08:00
2010-01-15 15:57:02 -08:00
2010-06-22 17:51:41 -07:00
2009-03-03 19:28:35 -08:00
2012-10-23 12:29:53 -07:00
2013-02-22 10:38:28 -08:00
2013-06-05 17:58:08 -07:00
2013-01-03 16:25:47 -08:00
2009-03-03 19:28:35 -08:00
2013-06-18 13:07:18 -07:00
2009-03-03 19:28:35 -08:00
2013-03-21 18:06:55 -07:00
2013-01-02 14:23:43 -08:00
2009-03-03 19:28:35 -08:00
2009-03-03 19:28:35 -08:00
2009-03-03 19:28:35 -08:00
2013-06-18 19:24:29 -07:00
2009-03-03 19:28:35 -08:00
2013-06-05 17:58:08 -07:00
2013-05-14 14:45:02 -07:00
2009-03-03 19:28:35 -08:00
2009-03-03 19:28:35 -08:00
2012-09-11 22:47:31 +03:00
2009-03-03 19:28:35 -08:00
2013-03-08 15:28:52 -08:00
2009-03-03 19:28:35 -08:00
2012-09-12 10:51:05 -07:00
2009-03-03 19:28:35 -08:00
2009-03-03 19:28:35 -08:00
2012-08-02 18:03:54 -07:00
2009-03-03 19:28:35 -08:00
2010-10-13 15:46:55 +02:00
2012-01-18 08:02:23 -05:00