# Memory allocation, left-division operator

**URL:** https://discourse.julialang.org/t/memory-allocation-left-division-operator/103111
**Category:** Numerics
**Tags:** performance, linearalgebra, memory-allocation
**Created:** [August 23, 2023, 1:07pm UTC](https://discourse.julialang.org/t/memory-allocation-left-division-operator/103111 "2023-08-23T13:07:40Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![nilshg](https://sea2.discourse-cdn.com/julialang/user_avatar/discourse.julialang.org/nilshg/32/2283_2.png) [@nilshg](https://discourse.julialang.org/u/nilshg)
#### Post date: [August 23, 2023, 1:24pm UTC](https://discourse.julialang.org/t/memory-allocation-left-division-operator/103111/2 "2023-08-23T13:24:40Z")

</div>

Is this another thread about

> [@Efficient way of doing linear regression](https://discourse.julialang.org/t/efficient-way-of-doing-linear-regression/31232):
>
> Hello, I need an efficient way to performs linear regression because I have to fit several segments in a big for loops which takes time to achieve. In the past, their was a linreg function which has been depreciated. Currently I am using polyfit to do a polynomial fit of order 1, for each segment. Is there a more efficient way to do this ?

?

---

_[View the full topic](https://discourse.julialang.org/t/memory-allocation-left-division-operator/103111)._
