错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Benchmarking Regular Expression Matching

  • Alexander Roodt,
  • Brendan Keith Mark Watling,
  • Willem Bester,
  • Brink van der Merwe,
  • Sicheol Sung,
  • Yo-Sub Han

摘要

In this paper we benchmark the matching time of regular expression matching engines when they use either the Thompson or Glushkov regular expressions to state machine conversion algorithms, with or without using memoisation while matching, and doing matching either by using a lockstep or a Spencer type scheduler. We conduct our empirical investigation by expanding on the virtual machine for regular expressions matching approach, introduced by Russ Cox.