An open API service indexing awesome lists of open source software.

https://github.com/superauguste/dance

Cool SIMD functions in Zig 😎
https://github.com/superauguste/dance

Last synced: 9 months ago
JSON representation

Cool SIMD functions in Zig 😎

Awesome Lists containing this project

README

          

# dance

dance is a collection of powerful SIMD-optimized functions suited for daily use. I don't know why I called it dance either, I think I was just really tired when I came up with the name.

## Functions

### indexOfScalar

Finds the first index of a value in a slice.

### parseInt

Parses an integer of a comptime-known length and radix.

## Benchmarks

First, download the Bee Movie script [here](https://gist.github.com/ElliotGluck/64b0b814293c09999f765e265aaa2ba1). Then, rename it to `bee_movie.txt` and place it in the benchmark folder.