# # patch "ChangeLog" # from [be4a709afac1a9612ec0cdbd4c142975afd10d45] # to [4829837e6117756eb0067a5fb38476fab5c96c46] # # patch "constants.cc" # from [cc76e26e5126f2a43b1a91c0ce1213a77861d34c] # to [3fd062ad419efedd4ec4fd0cd5452fbdd94d54c6] # --- ChangeLog +++ ChangeLog @@ -1,3 +1,9 @@ +2005-05-11 Matthew Gregan + + * constants.cc (constants::bufsz): Increase buffer size. Reduces + the runtime to tests/t_netsync_largish_file.at by four to seven + times on my test machines. + 2005-05-10 Timothy Brownawell * revision.cc: Make expand_{ancestors,dominators} twice as fast. --- constants.cc +++ constants.cc @@ -35,7 +35,7 @@ size_t const maxpasswd = 0xfff; // number of bytes to use in buffers, for buffered i/o operations - size_t const bufsz = 0xfff; + size_t const bufsz = 0x3ffff; // size of a line of database traffic logging, beyond which lines will be // truncated.