This website requires JavaScript.
Explore
Help
Sign In
erik
/
mastodon
Watch
1
Star
0
Fork
You've already forked mastodon
0
mirror of
https://github.com/mastodon/mastodon.git
synced
2024-08-20 21:08:15 -07:00
Code
Issues
Projects
Releases
Wiki
Activity
78a6b871fe
mastodon
/
app
/
controllers
/
api
History
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