# Dict loaded from jld file very long time... Why 22 seconds?

**URL:** https://discourse.julialang.org/t/dict-loaded-from-jld-file-very-long-time-why-22-seconds/1629
**Category:** General Usage
**Tags:** jld
**Created:** [January 21, 2017, 6:58pm UTC](https://discourse.julialang.org/t/dict-loaded-from-jld-file-very-long-time-why-22-seconds/1629 "2017-01-21T18:58:18Z")
**Posts on this page:** 1
**Showing post:** 8

<div class="post-metadata">

### Author: ![holger](https://avatars.discourse-cdn.com/v4/letter/h/ed8c4c/32.png) [@holger](https://discourse.julialang.org/u/holger)
#### Post date: [August 24, 2017, 9:54pm UTC](https://discourse.julialang.org/t/dict-loaded-from-jld-file-very-long-time-why-22-seconds/1629/8 "2017-08-24T21:54:58Z")

</div>

I ran into a similar problem with JLD, it took over 20 minutes to load my data. I just wanted to leave this here if anybody runs into something similar, with [JLD2](https://discourse.julialang.org/t/ann-jld2-jld-in-pure-julia/4753) it only took 50 seconds to load the same data.

```julia
using JLD2
@time load("outfiles/aggregated_results.jld2")
 49.773390 seconds (9.72 M allocations: 2.651 GiB, 7.02% gc time)
Dict{String,Any} with 7 entries:

```

---

_[View the full topic](https://discourse.julialang.org/t/dict-loaded-from-jld-file-very-long-time-why-22-seconds/1629)._
