Loading the `address_lists_parser.rb` is the cause for about 1/3 of the startup memory for CodeTriage. ``` TOP: 105.7266 MiB mail/parsers: 31.9609 MiB mail/parsers/address_lists_parser: 29.7266 MiB ``` > Using the `derailed_benchmarks` gem on codetriage/codetriage. It looks like it is generated by a parser generator Is there some way we can reduce that memory overhead?