gnames / gnparser

GNparser normalises scientific names and extracts their semantic elements.
MIT License
38 stars 4 forks source link

As a User I want to be able to get a pool of GNparser instances #261

Closed dimus closed 2 months ago

dimus commented 2 months ago

It is cheaper to take GNparser from a pool than initialize it. Having a pool might increase performance when a parser has to be initialized many times.