COMP2041 Assignment #3 Report ============================= Your name (YourStudentID) 1. Warm-up ---------- ... any comments on configuration process and Makefile (may be empty) ... 2. Building an index (observing "build") ---------------------------------------- ... any comments on compilation/building process (may be empty) ... 3. Debugging the "search" program ------------------------------------ ... description of how you found and fixed the bug ... 4. "Myio" analysis of "build" and "search" ------------------------------------------ ... discussion on the costs of these programs over a range of data ... 5. Profile analysis of "build" and "search" ------------------------------------------- ... discussion of profile analysis of these programs over a range of data ... ... should contain info from at least one "gprof" output for each program ... 6. New index structure ---------------------- ... an comments on design/implementation of new index structure ... 7. "Myio" analysis with new index structure ------------------------------------------- ... repeat 4. for the new versions of "build" and "search" ... 8. Profile analysis with new index structure -------------------------------------------- ... repeat 5. for the new versions of "build" and "search" ...