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

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)

Awesome Lists containing this project

README

          

SIMDIntersections
=================
[![Build Status](https://travis-ci.org/lemire/SIMDIntersections.png)](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