C++, for a side project. I want to do tagging really fast and so far, out of PostgreSQL, every graph DB I could get my hands on and Redis, I haven't been able to find one that performs as well as I like. So far my experiments in C++ have shown that it's possible to do it and do it faster than anything else, at least for my particular use case.