Live data from Hacker News

Fun with time travel: retroactive data structures in Python

github.com

1–10 of 10 posts

Re: Fun with time travel: retroactive data structures in Python

#5
post #3

why don't you guys stop stalking github.com/csvoss already? Third post of the day: https://news.ycombinator.com/item?id=10117612 https://news.ycombinator.com/item?id=10114969

Not sure I understand the problem. If each submission is interesting in and of themselves, does it matter if the source is the same?

Re: Fun with time travel: retroactive data structures in Python

#6
post #4

Why not use a bitemporal data model instead, it's cleaner and easier to reason about. https://en.wikipedia.org/wiki/Temporal_database

I think it would be the "naive" implementation. For specific data structures more efficient specific algorithms can be written.