Does anyone know of data structures better suited to solve the same goal? (ie fast in memory joins with multiple dimensions, star schema OLAP queries, etc.) ?
The updated link seems to be https://github.com/crossfilter/crossfilter. Crossfilter (the organization) is now actively maintaining and extending Square's original crossfilter implementation.
Star schema still has its (very prominent) place with many applications. If my information has some natural structure, I'm not going to go out of my way to un-structure it, and star is sometimes the data structure that best suits the data itself.
https://github.com/square/crossfilter