nix-super/src/nix-store
Eelco Dolstra 0541ddc7e3 * Turn off synchronisation between C and C++ I/O functions. This
gives a huge speedup in operations that read or write from standard
  input/output.  (So libstdc++'s I/O isn't that bad, you just have to
  call std::ios::sync_with_stdio(false).)  For instance, `nix-store
  --register-substitutes' went from 1.4 seconds to 0.1 seconds on a
  certain input.  Another victory for Valgrind.
2006-11-18 18:56:30 +00:00
..
dotgraph.cc * Use a proper namespace. 2006-09-04 21:06:23 +00:00
dotgraph.hh * Use a proper namespace. 2006-09-04 21:06:23 +00:00
help.txt * `nix-store --read-log / -l PATH' shows the build log of PATH, if 2006-10-28 16:33:54 +00:00
main.cc * Turn off synchronisation between C and C++ I/O functions. This 2006-11-18 18:56:30 +00:00
Makefile.am * Support for srcdir != builddir (NIX-41). 2006-05-12 11:47:45 +00:00