Hacker News new | ask | show | jobs
by kanak 545 days ago
For others interested in this idea, look up "Bentley-Saxe transformation". These lecture notes are very readable: https://jeffe.cs.illinois.edu/teaching/datastructures/notes/... .

A recent paper trying to systematically apply the idea to databases "Towards Systematic Index Dynamization" ( https://bpb-us-e1.wpmucdn.com/sites.psu.edu/dist/b/123163/fi... )

1 comments

Thanks! I got my intro to this topic from Okasaki's Purely Functional Data Structures.