Chris,
I'm engaged in some code-archaeology :-) (after looking at the message
about Delta which I'm kind of lost on). I'm hoping you can recall what
the situation is for some classes.
GraphMem uses GraphTripleStoreMem.
But there are some classes that look quite similar:
GraphTripleStore -- GraphTripleStoreMem
NodeToTriplesMap -- NodeToTriplesMapMem
(are there any others of this kind?)
Are the left-hand ones replaced by the right-hand ones?
The left-hand ones have some tests - the right-hand ones don't have
direct tests although given that they are behind GraphMem, they get a
lot of tests anyway.
Andy