Commit graph

2 commits

Author SHA1 Message Date
Ben Johnson
357ae72f04
optimize intersection count
This commit moves the computation of the intersection count to
the `roaring` package so that no allocations are required. The
implementation operates at the roaring container level and has
specialized functions for array-array, array-bitmap, and
bitmap-bitmap container pairs.
2016-06-02 16:03:21 -06:00
Todd Gruben
89b582f498 patched in assembly routines for reference 2016-05-27 11:15:14 -05:00