rubic0n b1445d09b6 Remove 40KB of allocations (4,100 objects) from home feed
(When using dummy data)

* to_s(16) allocates a string per character
  Instead of converting the ord to hex and determining if the hex
  is over 2 characters long, just see if the ord is over 255.
* .match allocates a MatchData instance and sets all sorts of backrefs
  ($1, $2, etc). match? just returns a boolean.
2021-02-18 00:45:21 -06:00
..
2019-07-02 03:10:25 -04:00
2019-07-02 03:10:25 -04:00
2020-12-03 17:13:11 -05:00
2020-11-15 12:48:32 -06:00
2020-11-15 12:48:32 -06:00
2021-02-17 23:25:10 -06:00