Michael Olson <[EMAIL PROTECTED]> writes: > I think I'm going to try writing an incremental parser for the > dvc-log output. The new git-log code, in particular, feels > unacceptably slow.
That would be cool, yes. Before going for an incremental parser, did you try profiling the existing code? I don't know exactly which part is problematic performance-wise, and if the code can be made fast enough, it doesn't need to be incremental. Another idea I had was to run git log | some-script-that-transform-it-into-lisp and to just `load-file' the result. If Emacs can't parse the log fast enough, perhaps another script can. As for your idea, perhaps `set-process-filter' could help, too. -- Matthieu _______________________________________________ Dvc-dev mailing list [email protected] https://mail.gna.org/listinfo/dvc-dev
