https://github.com/lemire/simdintersections
Vectorized intersections (research code)
https://github.com/lemire/simdintersections
interpreter simd
Last synced: 5 months ago
JSON representation
Vectorized intersections (research code)
- Host: GitHub
- URL: https://github.com/lemire/simdintersections
- Owner: lemire
- License: apache-2.0
- Created: 2013-05-13T14:22:16.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T09:23:15.000Z (over 9 years ago)
- Last Synced: 2025-08-28T09:55:17.621Z (11 months ago)
- Topics: interpreter, simd
- Language: C++
- Homepage:
- Size: 303 KB
- Stars: 16
- Watchers: 5
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SIMDIntersections
=================
[](https://travis-ci.org/lemire/SIMDIntersections)
Vectorized intersections : research code.
Usage:
```bash
$ make
$ ./unit
$ ./benchintersection
$ ./realintersection
```
## Further reading
- Daniel Lemire, Nathan Kurz, Leonid Boytsov, SIMD Compression and the Intersection of Sorted Integers, Software: Practice and Experience 46 (6), 2016. https://arxiv.org/abs/1401.6399