Comment on Show HN: Gogosseract, a Go Lib for CGo-Free Tesseract OCR via WazeroparentComments−anuraaga2yJust for reference I did give it a tryhttps://github.com/wasilibs/go-zstdMostly since I hadn't found `compress` supports zstd. Wazero performed reasonably well against the cgo library but was indeed much slower than this proper pure go port.
Comments
Just for reference I did give it a try
https://github.com/wasilibs/go-zstd
Mostly since I hadn't found `compress` supports zstd. Wazero performed reasonably well against the cgo library but was indeed much slower than this proper pure go port.