Gab-Social/app/lib
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
..
btcpay Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
sanitize Fix Zeitwerk load error for SanitizeConfig 2021-01-31 17:39:13 -06:00
settings Removed all occurances of "theme" from backend, settings 2021-01-15 14:35:50 -05:00
activity_tracker.rb [redis] More connection pooling changes 2021-01-17 17:36:20 -05:00
application_extension.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
entity_cache.rb Revert "deleted unneccessary looping queries in EntityCache" 2021-02-03 13:13:29 -05:00
extractor.rb Updated cashtags to be any number of characters 2020-11-02 14:30:53 -06:00
fast_geometry_parser.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
feed_manager.rb Reverting home timeline changes 2021-01-21 18:05:24 -05:00
force_db_writer_role.rb Replace Makara with an initial Rails 6 role based splitting method. 2021-02-09 19:38:10 +00:00
formatter.rb Remove 40KB of allocations (4,100 objects) from home feed 2021-02-18 00:45:21 -06:00
hash_object.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
inline_renderer.rb Progress with DMs 2020-12-03 17:13:11 -05:00
language_detector.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
potential_friendship_tracker.rb [redis] More connection pooling changes 2021-01-17 17:36:20 -05:00
request.rb Commiting 2020-11-15 12:48:32 -06:00
sidekiq_error_handler.rb Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
sorting_query_builder.rb Change weighting for top_order 2021-02-04 12:37:01 -05:00
status_filter.rb Updated StatusFilter private scope functions 2021-01-25 15:58:52 -05:00
status_finder.rb Commiting 2020-11-15 12:48:32 -06:00
tag_manager.rb Convert to boolean in C code 2021-02-17 23:25:10 -06:00
user_settings_decorator.rb Removed all occurances of "theme" from backend, settings 2021-01-15 14:35:50 -05:00
verified_suggestions.rb [redis] More connection pooling changes 2021-01-17 17:36:20 -05:00