Hacker News new | ask | show | jobs
by amelius 3741 days ago
Is it possible to implement this as an immutable data structure? Or is the duplication necessary for each insertion making it too inefficient to be practical?
2 comments

You'd probably need to adapt the data structure to the point where it would be too different to be considered the same.