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 625fb0e commit 291ded2Copy full SHA for 291ded2
CHANGELOG.md
@@ -60,6 +60,7 @@ Performance:
60
* Reduce conversion of `VALUE`s to native handle during common operations in C extensions (@aardvark179).
61
* Improved performance of regex boolean matches (e.g., `Regexp#match?`) by avoiding match data allocation in TRegex (#2558, @nirvdrum).
62
* Remove overhead when getting using `RDATA_PTR` (@aardvark179).
63
+* Additional copy operations have been reduced when performing IO (#2536, @aardvark179).
64
65
Changes:
66
0 commit comments