fennec:"A utility library to make use of the X Go Binding easier. (Implements EWMH and ICCCM specs, key binding support, etc.)"
Interesting. Looks like there's a memory leak somewhere important :b but otherwise not that big of a WTF. The interesting part is BurntSushi's NFLgame data library ;P
It's in
this file, about three-quarters of the way down. I can't give you a line number because my browser gives up while pretty-printing it. Look for func putImageRequest.
If the 14k lines of code in one (albeit generated) file wasn't enough, this library promises "immediate improvement from parallelism". That's exactly the kind of thing that helps when you want to queue three frames at the same time and then have them show in a random order or not at all.