Saturday, May 11, 2024

JavaScript: Map vs object performance

Map - JavaScript | MDN

Map: Performs better in scenarios involving frequent additions and removals of key-value pairs.

object: Not optimized for frequent additions and removals of key-value pairs.

10x better!

Using Map Over Objects in JavaScript: A Performance Benchmark | by Rehmat Sayany | Medium






AI: AlphaFold 3 from Google DeepMind

 Google DeepMind and Isomorphic Labs introduce AlphaFold 3 AI model

"a new AI model developed by Google DeepMind and Isomorphic Labs. By accurately predicting the structure of proteins, DNA, RNA, ligands and more, and how they interact, we hope it will transform our understanding of the biological world and drug discovery."

link from