Skip to content
View sebishogun's full-sized avatar

Block or report sebishogun

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. simd simd Public

    SIMD-accelerated slice operations for Go on every architecture with a vector unit, without cgo. arm64 SVE2, riscv64 RVV, s390x, loong64, ppc64le.

    Assembly

  2. simdjson simdjson Public

    Structural-index JSON parsing for Go. 2.7-2.8x encoding/json for field extraction. No cgo, and unlike other Go simdjson ports it is not amd64-only.

    Go

  3. simdvec simdvec Public

    Embedding search for Go: the whole index scan is one matrix-vector product. 18-38x a hand-written loop. No cgo.

    Go

  4. simdcsv simdcsv Public

    CSV reading for Go on one vector scan per record. Up to 1.9x encoding/csv on unquoted data, zero-copy fields, no cgo.

    Go

  5. simdlogs simdlogs Public

    Log database on simd.go kernels — VictoriaLogs-compatible surface; competitive, honestly benchmarked head-to-head

    Go