Questions tagged [resource-management]

Questions about resource management, including minimizing use of RAM and processing power.

See also .

Inefficient code can hog memory and processing power, causing long computation times, can stall the workstation, cause a kernel crash and even completely crash the workstation.

20 questions
2
votes
0 answers

How to build a file download manager?

I want to build something like ResourceData to distributing neural network models and paclets. This system preferably has the following three features. It's lazy. Lazy means it will not load unless you call it. var := var = Import["path"] will not…
Aster
  • 3,836
  • 1
  • 18
  • 44