We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1beccb commit 388f01cCopy full SHA for 388f01c
CHANGELOG.md
@@ -36,6 +36,7 @@ Performance:
36
* Improved `String#gsub` performance by adding a fast path for the `string_byte_index` primitive (#2380, @nirvdrum).
37
* Improved `String#index` performance by adding a fast path for the `string_character_index` primitive (#2383, @LillianZ).
38
* Optimized conversion of strings to integers if the string contained a numeric value (#2401, @nirvdrum).
39
+* Provide a new fast path for get and setting backrefs from C extensions.
40
41
Changes:
42
0 commit comments