bool any = false;
typedef typename ctx_t::conf_t conf_t;
- const conf_t &x = ctx.state[q->clos];
+ const conf_t x = ctx.state[q->clos];
switch (q->type) {
case nfa_state_t::NIL:
DINCCOUNT_CLSCANS(ctx);
typedef typename ctx_t::conf_t conf_t;
- const conf_t &x = ctx.state[q->clos];
+ const conf_t x = ctx.state[q->clos];
switch (q->type) {
case nfa_state_t::NIL:
const size_t ncores = nfa.ncores;
const size_t ntags = nfa.tags.size();
+ reach.reserve(nstates);
+ state.reserve(nstates);
+
dc_hc_caches.resize(ntags);
dc_path1.reserve(ntags);
dc_path2.reserve(ntags);