Hacker News new | ask | show | jobs
by johannes1234321 27 days ago
PHP arrays are vectors, hash maps and doubly linked lists in one
1 comments

My issue is a ton of people call all maps a hash regardless how it's implemented.
With good abstraction the implementation can be swapped without many noticing.

However PHP leaks different aspects hear and there, making this harder ...