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

Re: Incremental Data Structures



> Tim and I have made some code that implements the revertable system I
> alluded to available on the web, and instructions for using it.
> I hope some of you will find it useful. We'd be happy to hear people's
> comments, suggestions, corrections, whatever.

I took a look at your implementation.  It looks like a pretty
straightforward design and easy to use, but I would think its performance
in a search examining many positions would not be all that good.   Could
you comment on your revertable system's performance characteristics with
regard to memory usage, memory fragmentation, and CPU cycles?  Thanks in
advance, Matt.