Using Immutable view or Mutable view ?
I am wondering whether we should use Immutable View (like ImmutableSequentialGraph) or instead use a mutable view like ArrayListMutableGraph. The advantage of using a Mutable view is to make the graph as we parse the website. However in order to save the file or to extract any information we would need an immutable view which can be done only after crawling is complete or by using some synchronization.
1
person has this question
I have this question, too!
Tell me when someone answers.
The more people who ask this question, the more it gets noticed.
The more people who ask this question, the more it gets noticed.
Create a customer community for your own organization
Plans starting at $19/month
-
Inappropriate?We could construct the graph using mutable, and when we're done (two years from now at the rate I'm crawling), extract an immutable view and store that and do all our processing on it.
-
Inappropriate?I don't believe the mutable view compresses much though. The conversion to immutable seems to get all the compression done.
Loading Profile...




EMPLOYEE