in reply to How to get fast random access to a large file?
Depending on your application, you could use fixed length records. This format can be edited in a text editor (carefully) and it also provides random access:
some text # more lines # a very big # line split # into three #
another markup for overflowing lines:
some text # more lines # a very big \ line split \ into three #
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: How to get fast random access to a large file?
by gothic_mallard (Pilgrim) on Oct 29, 2004 at 12:45 UTC |