[go-nuts] Re: runtime swiss maps

2024-08-17 Thread 'Keith Randall' via golang-nuts
There is an implementation in progress. For the most part it has not been checked in yet. There is a stack of CLs starting at https://go-review.git.corp.google.com/c/go/+/582415 On Saturday, August 17, 2024 at 1:56:06 PM UTC-7 Leah Stapleton wrote: > Hi, > The code in the map_swiss.go and map_

[go-nuts] Versioning wasm_exec.js and it's relationship to go.mod's Go directive

2024-08-17 Thread Owen Waller
Hello, As noted in the Go Wiki for WebAssembly "Note: The same major Go version of the compiler and wasm_exec.js support file must be used together. That is, if main.wasm file is compiled using Go version 1.N, the corresponding wasm_exec.js file must also be copied from Go version 1.N. Other comb

[go-nuts] Re: runtime swiss maps

2024-08-17 Thread peterGo
Leah Stapleton, Is Go 1.24 open for development? Yes Tree status for the Go 1.23 release and Go 1.24 development https://groups.google.com/g/golang-dev/c/or4BmCu3LIE/m/a1Hv1yoxBAAJ The tree is now open for general development of Go 1.24. It will remain open until the freeze begins on Nov

[go-nuts] runtime swiss maps

2024-08-17 Thread Leah Stapleton
Hi, The code in the map_swiss.go and map_noswiss.go is virtually the same. Have the swiss tables been implemented yet? https://github.com/golang/go/blob/master/src/runtime/map_swiss.go https://github.com/golang/go/blob/master/src/runtime/map_noswiss.go There is nothing in the map_swiss.go fil

[go-nuts] Re: About code under the examples folder and lib module

2024-08-17 Thread 'Brian Candler' via golang-nuts
It's only going to compile/link packages which are referenced by an "import" statement (recursively). On Saturday 17 August 2024 at 10:36:11 UTC+6 Tong Sun wrote: > Hi, > > when providing a lib/module, would sample code under the `examples` folder > be considered/linked as part of the module? I