bitbake/lib/bb/data.py:
authorHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 29 Mar 2006 18:25:25 +0000 (18:25 +0000)
committerHolger Hans Peter Freyther <zecke@selfish.org>
Wed, 29 Mar 2006 18:25:25 +0000 (18:25 +0000)
commitdb1c998b31da06d7f3eb09fc6f59a1915b7b549e
tree30859b9d05da455b0e88c5b4d125afcece423300
parentb2d4f4baa1e41026b858db2338b276aef7c754e1
bitbake/lib/bb/data.py:
    -Only have one expand method in the dict
     implementation.
    -Apply some magic knowledge by feeding the
     cookie master.
    -Speed up update_data by asking the Cookie
     Monster for help.
     We do not iterate over each key, but the
     keys we know that have the data we care
     about. This gives a huge speed improvement
     to parsing.

bitbake/lib/bb/data_smart.py:
    -Make setVar more expensive by feeding the cookie
     monster
lib/bb/data.py
lib/bb/data_smart.py