okeeblow
okeeblow
I have a PR ready to go for this feature but this can be for discussion of the general concept. - Background info: https://en.wikipedia.org/wiki/String_interning - Available to C extensions since...
Here's a corner case I ran into when trying to parse the chemical-mime project's XML: ``` irb(main):002:0> Ox::VERSION => "2.14.5" irb(main):003:0> Ox::load_file('/home/okeeblow/Works/DistorteD/CHECKING-YOU-OUT/mime/packages/third-party/chemical-mime/chemical-mime-database.xml.in') (irb):3:in `load_file': invalid format, dectype not terminated at...
Hello again :) I've been experimenting with `Ractor`s since upgrading to Ruby 3.0 for https://github.com/ohler55/ox/issues/275 but quickly ran into `Ractor::UnsafeError` when trying to call `Ox::sax_parse` in anything except the main...