The internals tag denotes questions about how things work, as opposed to how to accomplish something specific.
I was pondering (and therefore am looking for a way to learn this, and not a better solution) if it …
c++ c internalsThis may be a stupid question but I will ask it anyway. I have a generator object: >>> …
python generator internalsWhile this question doesn't have any real use in practice, I am curious as to how Python does string interning. …
python string python-internals internals string-interningThis question comes out of the discussion on tuples. I started thinking about the hash code that a tuple should …
c# hash internalsI have 3 project in my C# solution. Signatures Structures Tests Signatures has public and internal interfaces. Also it has [assembly: …
c# unit-testing nunit moq internalsI'm playing around with Ruby's .object_id and noticed that, in several sequential sessions of irb, I get these identical …
ruby internalsI am using a std::deque for storing a large collection of items. I know that deques is implemented as …
c++ stl internalsOne of the key differences between Git and most other version control systems is that the others tend to store …
git version-control internals