in reply to Fastest way to merge (and de-dup) two large arrays?
What does the data look like? Ie. Numeric or strings? If numeric, what range? If strings, what length and alphabet?
It is often possible to do this task more quickly or more compactly (or both) than using a hash; if the data is, or can be transformed into something amenable to other methods.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Fastest way to merge (and de-dup) two large arrays?
by technojosh (Priest) on Aug 11, 2016 at 19:46 UTC | |
by BrowserUk (Patriarch) on Aug 11, 2016 at 19:59 UTC |