galaxykate / tracery

Tracery: a story-grammar generation library for javascript
Apache License 2.0
2.11k stars 246 forks source link

simplify isVowel() #38

Open qqvga opened 6 years ago

qqvga commented 6 years ago

The bruteforce vowel check, if it's a performance choice, can be 10x improved by skipping

Check out a comparison of vowel checkers here: https://jsperf.com/isvowel