mocobeta / janome

Japanese morphological analysis engine written in pure Python
https://mocobeta.github.io/janome/en/
Apache License 2.0
848 stars 51 forks source link

Avoid frequent tuple unpacking #82

Closed mocobeta closed 4 years ago

mocobeta commented 4 years ago

Improve analysis performance by avoiding frequent tuple unpacking (5% :arrow_up: on Core i7-8700).