Any Go 1.25 features to expect in Hugo?

I am especially curious about the garbage collector.

If the question is: Will we enable the new GC, I guess the answer is: It depends. I have done some tests, admittingly on some unusual setups, and theres seem to be some issues, see runtime: slowdown with green tea garbage collector · Issue #74923 · golang/go · GitHub

The new JSON package looks interesting. But the problem with these features that needs to be enabled via flags (GOEXPERIMENT) is Hugo’s fragmented build setup (e.g. brew has their own build script).

That was it mostly. I thought it had performance implications in Hugo.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.