If you wish to submit an article, please contact support@dataorienteddesign.com for details.
Lots of good resources linked from this site by Daniele Bartolini: Data Oriented Design Resources
Data-Oriented Design book (2018 version)- html with links
Data-Oriented Design book (2018 version) - PDF download (better images)
Data-Oriented Design book - 2018 paperback version (with extra chapters)
Data-Oriented Design book (2018 version)- html with links
Data-Oriented Design book (2018 version) - PDF download (better images)
I was skeptical at first, but the author appears to have tested his efforts with real hardware, which of course is a core tenet of DOD. Also this is not a post about a new invention, but a set of results from tests where the author replaces a hash table with alternatives. It's interesting to look at the different timings, but remember to test your code and not just follow blindly, as you may have overhead somewhere else that makes the slowest in these tests, suddenly the fastest.