glossarist / iev-data

1 stars 1 forks source link

Improve the guard clause in math parsing #148

Closed skalee closed 3 years ago

skalee commented 3 years ago

This simple test for < character, which is always present in MathML and HTML mathematical formulas, improves performance of concepts generation (ConceptsCollection::build_from_dataset) two-fold.

Fixes #144.