[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: incremental data structures



Mark Boon wrote:
> Goliath was designed to compute almost all data-structures
> incrementally. I did not do this however by storing previous data. 

We wanted to avoid writing (&debugging) twice as many incremental
algorithms - one for the forward direction and one for the backward for
each data structure.

-David