Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/huonw/simd-bitvec
https://github.com/huonw/simd-bitvec
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/huonw/simd-bitvec
- Owner: huonw
- Created: 2015-06-03T01:24:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T01:26:46.000Z (over 9 years ago)
- Last Synced: 2023-04-10T09:40:22.026Z (over 1 year ago)
- Language: Rust
- Size: 113 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
```