Skip to content

Data Structures In The Wild

John Pellman edited this page Mar 12, 2020 · 5 revisions

Data Structures in the Wild

Various sightings of data structure implementations being used in actual applications.

Hash Table

  • AWS S3 bucket - choosing random names for prefixes is better because of the primary clustering problem

Stack

Clone this wiki locally