You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
usage:NotPlanned{reason:"an optimization for handling many large packs more efficiently seems unnecessary"}
111
+
},
112
+
Record{
113
+
config:"core.packedGitLimit",
114
+
usage:NotApplicable{reason:"we target 32bit systems only and don't use a windowing mechanism"}
115
+
},
116
+
Record{
117
+
config:"core.deltaBaseCacheLimit",
118
+
usage:NotApplicable{reason:"we use a small 64 slot pack delta cache by default, which can be replaced with larger caches as determined by the algorithm. This keeps memory usage low and is fast enough"}
119
+
},
120
+
Record{
121
+
config:"core.bigFileThreshold",
122
+
usage:Planned{note:Some("unfortunately we can't stream packed files yet, even if not delta-compressed, but respecting the threshold for other operations is definitely a must")}
123
+
},
124
+
Record{
125
+
config:"core.compression",
126
+
usage:Planned{note:Some("Allow to remove similar hardcoded value - passing it through will be some effort")},
0 commit comments