Current Forum: Homework 5 - Part 3 |
Date: Mon Nov 19 2001 8:01 pm |
Author: Liu, Limin Angela <laliu@andrew.cmu.edu> |
Subject: Re: Saving and Restoring from disk takes very long |
|
|
Actually, I use a Vector to store all keywords as I build the Trie, and when I write, I do a find for each keyword and output the links to file right there. I use more memory that way. |
|