[go-nuts] [ANN] GraphBLAS binding for Go

2023-09-19 Thread Pascal Costanza
Hi, I am happy to announce a library that we have been working on at Intel. It is a Go binding for the GraphBLAS C API that calls into the widely used SuiteSparse:GraphBLAS C library. You can find the Go binding at forGraphBLASGo

[go-nuts] Question about runtime.Pinner

2023-10-12 Thread Pascal Costanza
Hi, I have a question about runtime.Pinner: The documentation states that you can only pin an object when it’s the result of calling new, taking the address of a composite literal, or taking the address of a local variable. At the same time, the Go language specification states that a slice cr