Skip to content

Commit

Permalink
Merge pull request #445 from owst/master
Browse files Browse the repository at this point in the history
Add Ruby frozen_string_literal pragma to avoid ~75MB of String allocations
  • Loading branch information
lyrixx committed Mar 12, 2024
2 parents 16401cc + ca0f8ab commit bcdeb8c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/ruby/mail_checker.tmpl.rb
@@ -1,3 +1,4 @@
# frozen_string_literal: true
require 'set'

module MailChecker
Expand Down

0 comments on commit bcdeb8c

Please sign in to comment.