-
-
Notifications
You must be signed in to change notification settings - Fork 23
Experimental support of SIMD (go 1.26) #231
Copy link
Copy link
Open
Labels
goPull requests that update go codePull requests that update go codeoperatorRelated to Operator logic or components (chainable transformation in reactive programming)Related to Operator logic or components (chainable transformation in reactive programming)performanceIssues or pull requests related to measuring or improving performance.Issues or pull requests related to measuring or improving performance.pluginDevelopment or maintenance of a plugin or extension in plugins/ directory.Development or maintenance of a plugin or extension in plugins/ directory.
Description
Metadata
Metadata
Assignees
Labels
goPull requests that update go codePull requests that update go codeoperatorRelated to Operator logic or components (chainable transformation in reactive programming)Related to Operator logic or components (chainable transformation in reactive programming)performanceIssues or pull requests related to measuring or improving performance.Issues or pull requests related to measuring or improving performance.pluginDevelopment or maintenance of a plugin or extension in plugins/ directory.Development or maintenance of a plugin or extension in plugins/ directory.
A few helpers might have SIMD variants:
We won't recode arrow in
ro, but I'm open to discussion for a high-level pipelining abstraction. Example:Since this is an experimental package, the API is considered as unstable.
The helpers currently implemented can be chained, except for
ReduceXxxxoperators, which perform horizontal aggregations and return a single value.Initial work: #232