vectorize
SIMD compiler
A backend for Nim that provides SIMD vectorization capabilities to improve performance of numerical computations.
SIMD vectorization backend
15 stars
8 watching
1 forks
Language: Nim
last commit: over 4 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
piotte13/simd-visualiser | A tool to visualize and understand Single Instruction/Multiple Data (SIMD) code | 664 |
ashvardanian/simsimd | A high-performance library for optimized linear algebra and similarity calculations using SIMD instructions | 989 |
nim-lang/nim | A compiler and runtime environment for a statically typed, compiled systems programming language. | 16,614 |
xtensor-stack/xsimd | Provides C++ wrappers for SIMD intrinsics and parallelized mathematical functions to accelerate code execution on various platforms. | 2,205 |
scinim/datamancer | A Nim library providing a dplyr-like API for data manipulation and analysis of dataframes. | 133 |
ermig1979/simd | An image processing and machine learning library optimized for high-performance computations on various x86/x64 and ARM architectures. | 2,067 |
saem/vscode-nim | Language support for Nim in VS Code | 177 |
vectorclass/version2 | A C++ library leveraging SIMD instructions to improve performance on modern CPUs. | 1,307 |
status-im/nim-serialization | A serialization framework for Nim that provides a common interface for marshaling values to and from various serialized formats. | 63 |
lemire/simdcomp | A library for fast integer compression using SIMD instructions | 490 |
zeioth/compiler.nvim | Automates compilation and execution of code without requiring manual setup | 519 |
treeform/vmath | A math vector library for graphical applications | 98 |
scinim/nim-plotly | A plotting library for Nim that generates interactive plots in various formats | 181 |
arnetheduck/nlvm | An LLVM-based compiler for the Nim programming language. | 710 |
paranim/paramidi | Library for creating music using MIDI notes and attributes | 76 |