Hacker News new | ask | show | jobs
by bdonlan 4623 days ago
Repeated requests for the i-th element will not become 'faster and faster' but instead would simply be Θ(i) - they'd traverse i list pairs, then read the memoized data component.