Possible Uses
We're planning to use it to make large network-capable interoperable scripting-language workspaces restartable (possibly migrateable).
You might use it as:
- A replacement for a database: there's a Dict class which provides BTree indexing.
- A cache for highly structured objects (eg. decoded Web pages)
- A back end for any program which generates large quantities of heterogenous data which needs to stick around for a long time.