Re: [go-nuts] Comparison of pointers to distinct zero-sized variables

2025-06-01 Thread Robert Engels
The bigger lesson is that this is yet another example of premature optimization biting you. Developers love to prove how smart they are through clever code - few realize the ultimate cost of this. I could laugh about it if it wasn’t so common. > On Jun 1, 2025, at 10:21 AM, Oliver Eikemeier

Re: [go-nuts] Comparison of pointers to distinct zero-sized variables

2025-06-01 Thread Oliver Eikemeier
> Am 27.06.2024 um 05:17 schrieb Ian Lance Taylor : > > On Tue, Jun 25, 2024 at 9:37 PM 'Axel Wagner' via golang-nuts > wrote: >> >> you might be interested to learn that Ian has filed a CL adding an FAQ entry. > > Now committed at https://go.dev/doc/faq#zero_size_types . > > Ian Thanks for t