Hacker News new | ask | show | jobs
by nswanberg 4407 days ago
What are you considering for a prototyping datastore? Postgres? App Engine?
1 comments

For prototyping I'm actually considering keeping everything in-memory, with hashtables and such (or objects that wrap them). Before you laugh, Hacker News uses this approach and it's gotten well beyond the prototyping stage.