09.03.2014, 13:17
Quote:
|
enumerated arrays have a few extra assembly instructions. Both are identical in ... performance.
|
I MASSIVELY disagree with this! Abstractions are there for a reason, if you don't like them code everything in RAW assembly (and I don't mean memonics, those are too nice an abstraction). You could use raw file functions, but INI systems take away a lot of the complexity (and bugs - Godfather had bugs where users could get a higher admin level because of their use of raw files).

