Yo Hal!
On Tue, 12 Sep 2023 18:49:35 -0700
Hal Murray via devel wrote:
> I think it's worth some effort to investigate this area. I'm
> prepared to give up if we find a fatal problem. Again, I'm assuming
> that we split ntpd into client and server parts so all we have to
> work on is the serve
Gary said:
> Avoiding creating garbage is hard.
In general, yes. But the inner loop of the server side is not very
complicated.
The APIs that I'm looking at are read-into-my-buffer rather than return a new
buffer that needs to be GCed.
I think it's worth some effort to investigate this area
Yo Hal!
On Tue, 12 Sep 2023 16:55:12 -0700
Hal Murray via devel wrote:
> Gary said:
> >James Browning via devel wrote:
> >> It would appear there is a way to turn off GC under runtime/,
> > How? Link?
>
> https://pkg.go.dev/runtime/debug#SetGCPercent
>
> It's not clear to me how to ta
Gary said:
>James Browning via devel wrote:
>> It would appear there is a way to turn off GC under runtime/,
> How? Link?
https://pkg.go.dev/runtime/debug#SetGCPercent
It's not clear to me how to take advantage of that. You still have to turn it
on occasionally or your world will fill up w