>>9
I think our point here was that if you want to understand how something works, you read the implementation (be it source or compiled code). Reading the specification is just meant to show you how an interface is
supposed to work, not how it actually works or what its implementation details are. When someone asks a question like "Why is x faster than y?", you usually look at implementation details to find the answer, not at the specification.