Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 536 Bytes

algs-hashmap-dev.md

File metadata and controls

32 lines (22 loc) · 536 Bytes
title tags created modified
algs-hashmap-dev
algorithms
data-structure
hashmap
2024-11-16 11:03:51 UTC
2024-11-16 11:04:25 UTC

algs-hashmap-dev

guide

dev

blogs

more

discuss

  • When have you been using a switch case the last time?

  • https://x.com/rwieruch/status/1856380442242326542

  • Object is slower to parse, slower to traverse, unnecessarily takes a lot of heap memory and defies the flow.

    • Switch is THE correct tool, faster, memory efficient and honours flow.