in reply to google sparse hash project

Perl already supports hashes as a native datatype, so there would be little benefit in adding support for another implementation. The extra overhead caused by the wrapping would probably cancel any possible performance gain.

Besides that, template based C++ libraries are not good candidates for wrapping because the templates have to be instantianted at compile time and that doesn't match well with the semantics of a dynamic language as Perl.