mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-10-10 00:02:24 +03:00
introduce Sheng-McClellan hybrid
This commit is contained in:
@@ -278,7 +278,7 @@ void findCountingMiracleInfo(const left_id &left, const vector<u8> &stopTable,
|
||||
|
||||
const NGHolder &g = *left.graph();
|
||||
|
||||
auto cyclics = findVerticesInCycles(g);
|
||||
auto cyclics = find_vertices_in_cycles(g);
|
||||
|
||||
if (!proper_out_degree(g.startDs, g)) {
|
||||
cyclics.erase(g.startDs);
|
||||
|
Reference in New Issue
Block a user