# Int numerical calculation speed slower than Float?

**URL:** https://discourse.julialang.org/t/int-numerical-calculation-speed-slower-than-float/34705
**Category:** Performance
**Created:** [February 16, 2020, 6:01am UTC](https://discourse.julialang.org/t/int-numerical-calculation-speed-slower-than-float/34705 "2020-02-16T06:01:54Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![Tamas\_Papp](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/tamas_papp/32/25949_2.png) [@Tamas\_Papp](https://discourse.julialang.org/u/Tamas_Papp)
#### Post date: [February 16, 2020, 7:28am UTC](https://discourse.julialang.org/t/int-numerical-calculation-speed-slower-than-float/34705/3 "2020-02-16T07:28:34Z")

</div>

I think that for floats, BLAS is used, while for integers it is native Julia code. The latter could probably be made faster, but it is not a common use case so it is waiting for someone to do it.

(also, please [quote code](https://discourse.julialang.org/t/psa-how-to-quote-code-with-backticks/7530))

---

_[View the full topic](https://discourse.julialang.org/t/int-numerical-calculation-speed-slower-than-float/34705)._
