MongoDB count and find, why Mongo?

I was so excited when I though that using count function instead of find and then count will give me an extremely boost in cases when I want just check for certain values in collection. I was completely wrong!

Although count is a little bit faster but this difference is invisible at all. I mean even with indexes setup.

So guys if you do not know what to use just pick up one you like. That’s it. Period.