File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ Performance:
84
84
* Reduce memory footprint by tracking ` VALUE ` s created during C extension init separately (@aardvark179 ).
85
85
* Rewrote ` ArrayEachIteratorNode ` to optimize performance for a constant-sized array and reduce specializations to 1 general case (#2587 , @MattAlp )
86
86
* Reduce conversion of ` VALUE ` s to native handle during common operations in C extensions (@aardvark179 ).
87
- * Improved performance of regex boolean matches (e.g., ` Regexp#match? ` ) by avoiding match data allocation in TRegex (#2558 , @nirvdrum ).
87
+ * Improved performance of regex boolean matches (e.g., ` Regexp#match? ` ) by avoiding match data allocation in TRegex (#2588 , @nirvdrum ).
88
88
* Remove overhead when getting using ` RDATA_PTR ` (@aardvark179 ).
89
89
* Additional copy operations have been reduced when performing IO (#2536 , @aardvark179 ).
90
90
You can’t perform that action at this time.
0 commit comments