Vykook / acme-sac

Automatically exported from code.google.com/p/acme-sac
Other
0 stars 0 forks source link

implement external sort #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. run sort on a file larger than emu's memory allocation

What is the expected output? What do you see instead?
It runs out of memory.

Implement an external sort. See Plan9's sort as a guide. This is important
for getting any further with the mapreduce experiments.

Original issue reported on code.google.com by caerw...@gmail.com on 4 Aug 2006 at 9:44

GoogleCodeExporter commented 8 years ago
I began coding it but haven't finished or tested any of it yet: 
/appl/mapreduce/sort.b

Original comment by caerw...@gmail.com on 5 Aug 2006 at 2:10