Kevin Menard
Kevin Menard
My preference is for symbols because of GC. But if you're using a lot of ad-hoc headers, then String have a benefit because they can be GC'd.
I'll just note that in more recent Ruby releases, symbols can be GC'd. With fog planning to go Ruby 2.0+, the difference in GC behavior for Strings and Symbols should...
Thanks. It's been a while since I've looked at this one. I'll add it back to my list. Note that I'll be traveling for a conference next week, so we're...
It is. I can't recall off-hand if it was a limitation of rbvmomi or a limitation of fog, however.
Hopefully you can find something more efficient. Currently I have to do something like the following: https://github.com/rubber/rubber/blob/e1636996298b026b7712a54f539e7bd5b85ed17c/lib/rubber/cloud/vsphere.rb#L208-L217 It works, but it's a bit slow when you have a decent-sized cluster.
Hello! I've just been alerted to this issue and I've begun looking into it. If you don't mind, please let us know about things like this on the [TruffleRuby issue...
@ahayworth No problem. I struggled with a way to phrase that didn't sound like an admonish. You're, of course, under no obligation to donate your time to anyone. I really...
Can you please post results with 3.3.0-dev? I'm seeing the performance gap is much smaller than it is in 3.2.2. I'm curious if you see the same. I don't think...
Okay. Maybe I've just misread the message. "makeSharedShape() can only be called on non-shared shapes" reads to me like the item was marked as shared from another thread and this...
I'm still playing with different versions and combinations to see which TruffleRuby builds are affected. So far I've managed to experience the segfault with three different configurations on x86_64 Linux...