On Wed, Aug 31, 2005 at 11:54:32PM -0700, Eric Anderson wrote: > I probably attached the wrong file. The attached patch should have > the version with a char array[]; it should set the type of > guess_binary to: bool guess_binary(const char *buf, int buflen); > -Eric
I've committed a version which just uses a temporary char[] buffer in lua.cc and assigns it to a string to pass to guess_binary(string&). It seems to perform similarly testing with perf-test.sh. Cheers, Matt _______________________________________________ Monotone-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/monotone-devel
