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

2023-09-26 Thread Costanza, Pascal
On 25 Sep 2023, at 23:31, Corin Lawson wrote: Fantastic work! I'm no authority on the subject of Go programming style but the CheckErrors and OK pattern seems very unusual. Can you tell me the reasons for that design choice? The CheckErrors and OK pattern is there to make error checking in Go

[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