fsprojects/SIMDArray

SIMD enhanced Array operations

F#fsharpparallelsimd
This is stars and forks stats for /fsprojects/SIMDArray repository. As of 02 May, 2024 this repository has 126 stars and 16 forks.

SIMDArray FSharp SIMD and other Performance enhanced Array operations for F# Example Usage //Faster map let array = [| 1 .. 1000 |] let squaredArray = array |> Array.SIMD.map (fun x -> x*x) (fun x -> x*x) // Map and many other functions need one lambda to map the Vector<T>, // and one to handle any leftover elements if array is not divisible by // Vector<T>.Count. In the case of simple arithmetic operations they can // often be the same as shown here. If you arrange your...
Read on GithubGithub Stats Page
repotechsstarsweeklyforksweekly
Tarmil/FSharp.Data.LiteralProvidersF#Shell129060
bigby-the-wolf/WebApiTestF#TSQLDockerfile47030
fsprojects/FabulousF#HTML1.1k01240
google/highwayC++COther2.9k+8216+2
HowProgrammingWorks/IndexJavaScript3.2k04110
clojure-finance/clojaskClojureJupyter NotebookJava110050
TheAlgorithms/F-SharpF#1880450
artempyanykh/marksmanF#C#Other1.3k+14260
ninjarobot/FsPdfF#HTML119040
ipython/ipyparallelJupyter NotebookPythonTypeScript2.5k+21k+4