← Back to team overview

yade-users team mailing list archive

Re: [Question #192485]: O.load and O.loadTmp influences calculation speed ?!

 

Question #192485 on Yade changed:
https://answers.launchpad.net/yade/+question/192485

    Status: Open => Answered

Chareyre proposed the following answer:
No surprise: load() reads HDrive while loadTmp() reads in RAM, which is
way faster.
In your case, it is even worst since you save in xml format. It would be
faster in binary (give filename "model.yade").
You can also save disk space space by using compressed files (give
filename filename "model.yade.gz" or "model.xml.gz")

-- 
You received this question notification because you are a member of
yade-users, which is an answer contact for Yade.