Last time, I encountered horrifying performance with my Ruby extension, and had two action items:
I was actually shocked how easy it was to build Ruby from sources. Under windows it’s literally just:
win32\configure
nmake
nmake test
nmake DESTDIR=foo install