# Very slow execution time in comparison even to Python

**URL:** https://discourse.julialang.org/t/very-slow-execution-time-in-comparison-even-to-python/49223
**Category:** Performance
**Created:** [October 29, 2020, 6:25am UTC](https://discourse.julialang.org/t/very-slow-execution-time-in-comparison-even-to-python/49223 "2020-10-29T06:25:39Z")
**Posts on this page:** 1
**Showing post:** 19

<div class="post-metadata">

### Author: ![baggepinnen](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/baggepinnen/32/693_2.png) [@baggepinnen](https://discourse.julialang.org/u/baggepinnen)
#### Post date: [October 29, 2020, 9:47am UTC](https://discourse.julialang.org/t/very-slow-execution-time-in-comparison-even-to-python/49223/19 "2020-10-29T09:47:08Z")

</div>

> [@DNF](#):
>
> If you want more speed-ups, you should consider whether you can do better than the standard `svd` .

For data with only 3 dimensions I think it will be hard to make it faster, otherwise truncated svd or RandomizedLinAlg might be worth a try. Using MKL and `Float32` instead of `Float64` can speed up svd quite a bit.

---

_[View the full topic](https://discourse.julialang.org/t/very-slow-execution-time-in-comparison-even-to-python/49223)._
