5 ms·
Basically every other language has the same functionality (or better) as a hashmap.
by conceptme 4mo ago
Basically every other language has the same functionality (or better) as a hashmap.
- ceejayoz 4mo agoI’m well aware of them. I’m not sure I agree with “better”.
- xp84 4mo agoI’m very curious to hear your take on this. I started out on PHP for about 4-5 years then moved on to Ruby and JS. I never once had any fond thoughts for PHP’s split-personality array thing. So I’m very curious what it is that other people appreciate about it.
- ceejayoz 4mo agoHaving to switch implementations and potentially functionality because, say, the order of the collection matters now is rather annoying, IMO.