mojombo / chronic

Chronic is a pure Ruby natural language date parser.
http://injekt.github.com/chronic
MIT License
3.24k stars 458 forks source link

Allow disabling Numerize to use far less memory #341

Open jmondo opened 7 years ago

jmondo commented 7 years ago

enabled.txt disabled.txt

total bytes down from 545,544 to 96,282. That's only 17.6% of the original memory footprint - down by 82.4%.

jmondo commented 7 years ago

@davispuh what do you think about this one?

davispuh commented 7 years ago

Looks fine to me, but it will be needed to rebase it on rewrite. Also I'm not actually maintainer of this project, but I do have push access.