Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/huonw/simd-bitvec


https://github.com/huonw/simd-bitvec

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

Experiments with SIMD types for a bitvector.

```
test set_all_simd ... bench: 4299 ns/iter (+/- 224)
test set_all_std ... bench: 4305 ns/iter (+/- 329)
test union_simd ... bench: 10388 ns/iter (+/- 2980)
test union_std ... bench: 34500 ns/iter (+/- 2402)
test union_u32 ... bench: 37371 ns/iter (+/- 1925)
```