An open API service providing repository metadata for many open source software ecosystems.

GitHub / raypereda / multisearch

This is a command-line program for searching text for multiple words (or phrases) in a single pass. The runtime is O(n + m + z), where n is the length of the searched text, m is the total length of all the words we are looking for, and z is the total number of occurrences of words we are looking for.

JSON API: http://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raypereda%2Fmultisearch
PURL: pkg:github/raypereda/multisearch

Stars: 7
Forks: 1
Open issues: 0

License: None
Language: Java
Size: 8.79 KB
Dependencies parsed at: Pending

Created at: almost 14 years ago
Updated at: over 5 years ago
Pushed at: about 8 years ago
Last synced at: 3 months ago

Topics: aho-corasick-algorithm, java, search-in-text, searching-algorithms

    Loading...