Basically I'm using the data structure to run comparisons of two lists of bags. For each item in list a, for each item in list b, there are about 7 bags of words. I need to compare all the bags of each item in list a to all the bags of each item in list b, using operations like "intersect."
In reply to Re^2: My data structure needs too much memory!
by Jman1
in thread My data structure needs too much memory!
by Jman1
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |