ruby / stringio

Pseudo `IO` class from/to `String`.
BSD 2-Clause "Simplified" License
33 stars 26 forks source link

Implement write barrier on StringIO #44

Closed casperisfine closed 1 year ago

casperisfine commented 1 year ago

It only has a single reference set in 3 places which makes it fairly easy to implement.

cc @nobu @peterzhu2118