Hacker News new | past | comments | ask | show | jobs | submit login

Parsing structured text is slow and inefficient. Also reading out just one part of a data structure stored as text often requires either walking through the file character by character or first slurping the whole thing into memory.



...But when your system crashes, having all that data in an easily accessible manner (regardless of what tools you have on hand) is a major win.


Let's not forget that when your system crashes, all of these easy-to-read text files are actually stored in a binary format, sometimes scattered in pieces, and require special tools to extract.


True, but they're less fragile: even if the text is garbled, you might be able to get some information out of it.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: