Skip to content
laforge49 edited this page Oct 25, 2011 · 48 revisions

In the incDes package we defined a number of actors from which we can build serializable tree structures. Application logic can also be aggregated with these actors using components. Persistent structures are built with the Block actor as the root actor of these structures. (Block is a subclass of the IncDesIncDes actor.)

At this point we begin to build a collection of classes that can be used to construct a series of databases, ranging from a simple data store to a Copy-on-Write (CoW) B-Tree Database and beyond.

Clone this wiki locally