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 daf99dd commit 3e6e8ebCopy full SHA for 3e6e8eb
CHANGELOG.md
@@ -28,6 +28,7 @@ Changes:
28
* Removed `Truffle::Interop.{import_without_conversion,export_without_conversion}` (use `Polyglot.{import,export}` instead).
29
* Removed `Truffle::Interop.members_without_conversion` (use `Truffle::Interop.members` instead).
30
* Refactored internals of `rb_sprintf` to simplify handling of `VALUE`s in common cases (@aardvark179).
31
+* Refactored sharing of array objects between threads using new `SharedArrayStorage` (@aardvark179).
32
33
# 22.2.0
34
0 commit comments