in reply to Re: Re: sorting a vec
in thread sorting a vec
How many bits make up each element of the bit vector string?
If your real goal is to sort the integer values in one big file based on the integer values in some other big file, there are probably better ways to do this than trying to cram all that data into memory as bit vectors. But I wouldn't hazard a guess about that, since I still don't quite get what you're after.
(For that matter, if you have already solved the problem by other means, and are just fishing for some different way to do it, that still strikes me as being more like homework, even if you aren't doing it for a grade.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: sorting a vec
by Anonymous Monk on Nov 04, 2003 at 05:55 UTC |