aboutsummaryrefslogtreecommitdiff
path: root/src/cache.cpp (follow)
AgeCommit message (Collapse)Author
2006-09-22The cache may be 64-bit compatable now...maybe...Mike Buland
2006-09-12Added cache functionality, which is really nice, things go much faster now.Mike Buland
2006-08-18Gutted, deleted almost all the source, too many changes to keep it around, we'llMike Buland
see what happens next.
2006-08-05Tweaked the cache format, it's no longer compatable with the old version, but itMike Buland
is less than one tenth the size, without using anything as slow as a compresion system, I just store each string only once (it's sort of compression). I also updated the plain viewer to not be so annoying if it doesn't have anything to do.
2006-08-05Build now uses a cachefile for all of it's requires that are generated fromMike Buland
other means (running other programs). It's really fast, and seems to work pretty well.