Skip to content

Instantly share code, notes, and snippets.

@tiendc
tiendc / csvlib_benchmark.go
Created July 4, 2023 10:58
csvlib_benchmark
package benchmark
import (
"bytes"
"encoding/csv"
"testing"
"github.com/gocarina/gocsv"
"github.com/jszwec/csvutil"
"github.com/tiendc/go-csvlib"