Platform-Independent SIMD in Go

17 points | by yurivish an hour ago

1 comments

  • qprofyeh 16 minutes ago

    This feature opens many doors for optimizing low-level performance in Go projects, that are already running multicore. IIRC there aren’t a lot of languages with built-in std lib support for SIMD and variants. Love the way Go is trying new stuff lately.