owlcs/ont-api

review (improve) concurrent (rw) graph impl

sszuev opened this issue · 2 comments

the current implementation is time based - it use delays,
it doesn't seem to be very good solution,
also, there are other questionable solutions, e.g. each of the Iterator produced by the graph holds Thread reference, this may lead to memory leak.

done