bug-gawk
[Top][All Lists]
Advanced

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

[bug-gawk] Make awk data structure reside in memory


From: Peng Yu
Subject: [bug-gawk] Make awk data structure reside in memory
Date: Fri, 12 Apr 2019 09:19:47 -0500

Hi,

I need to load a large dataset into memory before the process of some
other small data can be done. This will be inefficient if I need to
load the data again and again whenever I need to process different
small data. Is there a way to make the large data in memory so that
different awk processes can read them without having to reload them
into the memory? Thanks.

-- 
Regards,
Peng



reply via email to

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