comparison design.txt @ 33:565ce0835674

TODO added, to try stream for unzip in revlog
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Thu, 13 Jan 2011 03:42:14 +0100
parents 71a9ba42cee8
children 858d1b2458cb
comparison
equal deleted inserted replaced
32:42585c7cd641 33:565ce0835674
34 34
35 DataAccess - collect debug info (buffer misses, file size/total read operations) to find out better strategy to buffer size detection. Compare performance. 35 DataAccess - collect debug info (buffer misses, file size/total read operations) to find out better strategy to buffer size detection. Compare performance.
36 delta merge 36 delta merge
37 Changeset to get index (local revision number) 37 Changeset to get index (local revision number)
38 RevisionWalker (on manifest) and WorkingCopyWalker (io.File) talking to ? and/or dirstate 38 RevisionWalker (on manifest) and WorkingCopyWalker (io.File) talking to ? and/or dirstate
39 RevlogStream - Inflater. Perhaps, InflaterStream instead?
39 40
40 Status operation from GUI - guess, usually on a file/subfolder, hence API should allow for starting path (unlike cmdline, seems useless to implement include/exclide patterns - GUI users hardly enter them, ever) 41 Status operation from GUI - guess, usually on a file/subfolder, hence API should allow for starting path (unlike cmdline, seems useless to implement include/exclide patterns - GUI users hardly enter them, ever)
41 42
42 43
43 ??? encodings of fncache, .hgignore, dirstate 44 ??? encodings of fncache, .hgignore, dirstate