minio / simdjson-go

Golang port of simdjson: parsing gigabytes of JSON per second
Apache License 2.0
1.8k stars 85 forks source link

CpuSupported #73

Closed stokito closed 1 year ago

stokito commented 1 year ago

Simplify SupportedCPU()

The function executes for 5ns but can be just 0.2ns. Not a big deal but still.

klauspost commented 1 year ago

@stokito Could you merge master?

stokito commented 1 year ago

@klauspost done