Skip to content

issues Search Results · repo:richardstartin/multi-matcher language:Java

Filter by

28 results
 (129 ms)

28 results

inrichardstartin/multi-matcher (press backspace or delete to remove)

  • richardstartin
  • Opened 
    on Mar 14, 2020
  • #36

If each constraint is associated with only one rule, this library represents a huge waste of space, and it would be better to use a list of rules with the most selective rule first in the list. The cost ...
  • richardstartin
  • Opened 
    on Mar 14, 2020
  • #35

Use shift or without mismatches to match inputs against expressions like abc*[^x]
  • richardstartin
  • Opened 
    on Mar 14, 2020
  • #34

Use shift-or to implement this.
  • richardstartin
  • Opened 
    on Mar 14, 2020
  • #33

The PrefixMatcher uses a very naive algorithm to find the longest common prefix between the input and the rules.
  • richardstartin
  • Opened 
    on Mar 14, 2020
  • #32

I do not know the selectivities of my Matchers beforehand - they rely on the data very much. That said, once a set of filters is running, their selectivity will only change gradually (over hours or days). ...
  • JanecekPetr
  • 5
  • Opened 
    on Nov 14, 2019
  • #31

  • richardstartin
  • Opened 
    on Sep 24, 2019
  • #27
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub