my own plans for the 1.23 development:
1. optimize DeepEqual for slice type, array type,struct type
2. instruction alignment optimizations for assembly routines (wait gomote)
3. math/big documentation
5. sync: eliminate global Mutex in Pool operation (wait proposal: sync: support for sharded values)
6. research reflect.isZero per for loop 64*8 bit
7. cmd/compile/internal/typecheck,runtime: replace *int32 of runtime.gorecover with unsafe.Pointer (wait review)
8. building a toolchain using pgo (not have reviewer)
9. embed: document go.mod exclusion (not have reviewer)
10. runtime, cmd/compile: share more constants
12. 2024 year 2 or 3 month again access: approvers
13. research arena implementation in third party library
14. research support tar.FileInfoNames for no-unix
15. research crypto/rsa: PublicKey.Equal() should say it expects a pointer
16. research errors and contextpanic for uncomparable type
What I plan to do in go1.23, for the time being just think of the above.