in reply to Re: Storing unordered data from file in memory
in thread Storing unordered data from file in memory
Good solution. You chose the way to store everything in a hash. I like this way. But of course you load the complete file into memory. But if you have enough memory I think it is a very good way.
UPDATE:
Untested: But I think the data is hex-ascii. So I think that the unpack command should use '(H2)*' instead of '(A2)*'.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Storing unordered data from file in memory
by AnomalousMonk (Archbishop) on Jul 21, 2010 at 21:02 UTC | |
|
Re^3: Storing unordered data from file in memory
by Mr. Muskrat (Canon) on Jul 22, 2010 at 20:37 UTC |