persistent-storage

keep data in memory persistently

keep data in memory persistently Question: I want to write a Python script which loads 2 GB of data from the hard disk into memory and then whenever requested by other program, it must get an input and do some calculations on this data based on the input. the important thing for me is to …

Total answers: 3