civiccc / civiccc/suggestomatic

Faster set intersection

Open
#1 6 comments 0 reactions 1 assignee Claimed by @derwiki View on GitHub
Dominant language
Python
Stars
16
Forks
1
PR merge metrics
No merged PRs in 30d

Description

There's a few algorithms that are supposed to be faster than O(m+n) time for a set intersection. Most of this are in academic papers that take 10 pages to describe what surely would have been only 1 page in pseudocode, but.. that's academia.

http://fawx.com/2009/10/26/an-ode-to-set-intersection-part-1/
Guy who implemented the Baeza-Yates fast set intersection algorithm including:
https://github.com/erikfrey/themas/blob/master/src/set_intersection/intersect.hpp
his code.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.