Coder Social home page Coder Social logo

awesome-simd's Introduction

awesome-simd

A curated list of awesome SIMD frameworks, libraries and software.

This list showcases projects that have achieved 10x performance improvements using SIMD (Single Instruction Multiple Data) instructions. In general this should lead to execution speeds of GBs per second on modern CPUs for that task at hand.

Parsing

  • simdjson - C++: Parsing gigabytes of JSON per second
  • simdjson-go - Go: Parsing gigabytes of JSON per second
  • dictionary - C++: High-performance dictionary coding
  • simdcomp - C: A simple library for compressing lists of integers using binary packing
  • SIMDCompressionAndIntersection - C++: A library to compress and intersect sorted lists of integers using SIMD instructions
  • Hyperscan - C++: High-performance regular expression matching library
  • Various string algo's - C: Repository for string algorithms, snippets, toy programs, etc.
  • sse-popcount - SIMD (SSE) population count

Erasure Coding and Hashing

  • Reed-Solomon - Go: Erasure Coding in Go
  • highwayhash - Go: Optimized HighwayHash implementation for Intel (over 10 GB/sec), ARM and Power9
  • sha256-simd - Go: Optimized SHA256 computations for Intel, ARM and Power9

Neural Network

  • ncnn - C++: High-performance NN inference framework optimized for mobile
  • mkl-dnn - C++: Math Kernel Library for Deep Neural Networks
  • nnpack - C/c++: Acceleration package for neural networks on multi-core CPUs

Image processing

  • Simd - C++: image processing library making use of SIMD
  • Pillow-SIMD - Python: SIMD version of PIL (Python Imaging Library)
  • ComputeLibrary - C++: Library for Computer Vision and Machine Learning (ARM only)

Cool

Blogs

Links

Tools

  • avo - Go: Generate x86 Assembly with Go
  • PeachPy - Python: x86-64 assembler embedded in Python
  • c2goasm - Go: C to Go Assembly
  • LLVM MCA - LLVM Machine Code Analyzer
  • xsimd - C++: Wrappers for SIMD intrinsics and math implementations (SSE, AVX, NEON, AVX512)
  • Intel SDE debugging - Debugging with AVX-512
  • Asm-Dude - VS extension for assembly syntax highlighting and code completion
  • Intrinsics-Dude - VS extension for compiler instrinsics in C/C++

Online tools

AVX-512

ARM64 NEON

License

Creative Commons License

awesome-simd's People

Contributors

fwessels avatar alphahot avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.