N3.js icon indicating copy to clipboard operation
N3.js copied to clipboard

Try regexes with sticky flag

Open RubenVerborgh opened this issue 8 years ago • 0 comments

graphy achieves higher parsing performance, partly due to the use of the sticky flag in regexes, which wasn't widely supported yet when N3.js started.

We should assess the impact of this flag on N3.js.

RubenVerborgh avatar Apr 15 '17 20:04 RubenVerborgh