equal
deleted
inserted
replaced
1158 # * proper streaming (race free) of the docket file |
1158 # * proper streaming (race free) of the docket file |
1159 # * track garbage data to evemtually allow rewriting -existing- sidedata. |
1159 # * track garbage data to evemtually allow rewriting -existing- sidedata. |
1160 # * Exchange-wise, we will also need to do something more efficient than |
1160 # * Exchange-wise, we will also need to do something more efficient than |
1161 # keeping references to the affected revlogs, especially memory-wise when |
1161 # keeping references to the affected revlogs, especially memory-wise when |
1162 # rewriting sidedata. |
1162 # rewriting sidedata. |
1163 # * sidedata compression |
|
1164 # * introduce a proper solution to reduce the number of filelog related files. |
1163 # * introduce a proper solution to reduce the number of filelog related files. |
1165 # * Improvement to consider |
1164 # * Improvement to consider |
1166 # - avoid compression header in chunk using the default compression? |
1165 # - avoid compression header in chunk using the default compression? |
1167 # - forbid "inline" compression mode entirely? |
1166 # - forbid "inline" compression mode entirely? |
1168 # - split the data offset and flag field (the 2 bytes save are mostly trouble) |
1167 # - split the data offset and flag field (the 2 bytes save are mostly trouble) |