apocelipes

Results 16 issues of apocelipes

"github.com/minio/blake2b-simd" is no longer maintained since 6 years ago. "golang.org/x/crypto/blake2b" can provide the same functionality with better performance and it is officially maintained by "golang.org". A simple benchmark is here:...

enhancement

Doc: `C.duckdb_destroy_*` and some other functions could be optimized a little bit by add these directives. An example can be found [here](https://github.com/golang-fips/openssl/blob/069e8003b7c06241b71a6d166db9c3c13b0c75c4/cgo_go124.go#L15).

Changes: - Remove the suffix from the Ghostty version string on Arch Linux, which is not present in other distributions or macOS. Ghostty does not support Windows (still WIP at...

Fix GCC15 compatibility.

Since #152 has already upgraded the minimal go version to v1.21, we can use the built-in function `clear` to clean the map and reuse its memory now. Updates #12.

### How It Works Golang compiles all test cases and their related code into a single binary file (usually named as `.test`). The binary will call `func TestMain(m *testing.M)` before...

XL/size
VH/complexity