bug-gawk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [bug-gawk] fseek and ftell abilities for GAWK


From: Andrew J. Schorr
Subject: Re: [bug-gawk] fseek and ftell abilities for GAWK
Date: Thu, 5 Jan 2017 15:14:51 -0500
User-agent: Mutt/1.5.23 (2014-03-12)

Hi,

On Thu, Jan 05, 2017 at 09:04:43PM +0200, Arnold Robbins wrote:
> I am curious as to what your definition of "large" is.  On modern systems
> with many GB of RAM, maybe you could just suck your files into memory
> and work with them that way?

One further thought on this: if the dataset is too large to fit
into memory, you might consider trying the gawk-lmdb extension
from the gawkextlib project. I have found it to be a very fast
way to manipulate key-value stores on disk. There is some sample
code in the extension's test directory.

Regards,
Andy



reply via email to

[Prev in Thread] Current Thread [Next in Thread]