mastodon/app/controllers/api
James Tucker 78a6b871fe
Improve performance by avoiding regex construction (#20215)
```ruby
10.times { p /#{FOO}/.object_id }
10.times { p FOO_RE.object_id }
```
2022-11-10 05:49:30 +01:00
..
v1 Improve performance by avoiding regex construction (#20215) 2022-11-10 05:49:30 +01:00
v2
web
base_controller.rb
oembed_controller.rb