Feature - add :lazy_default option to get(). This permits providing a default value that is lazily retrieved.
Feature - add get_from(pid, key) for retrieving values from trees other than the tree of the calling pid. Thanks to @dsienkiewicz for the suggestion.