delorie.com/archives/browse.cgi | search |
> . a binary file might be smaller, but that does not matter much I wrote an app that used a tree-like data file for storage. It supported both ascii and binary formats. Not only was the binary format significantly smaller, but loaded 10x faster. Parsing text files and adapting to the incoming data is more expensive than you think. > . text files are better provided for by version systems (e.g. git) I thought git dealt with blobs; in which case binary vs text is irrelevent unless you want to run "diff".
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |