File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -196,6 +196,9 @@ The top-level crate that acts as hub to all functionality provided by the `gix-*
196196 * [x] probe capabilities
197197 * [x] symlink creation and removal
198198 * [x] file snapshots
199+ * [ ] ** BString Interner with Arena-Backing and arbitrary value association**
200+ - probably based on [ ` internment ` ] ( https://docs.rs/internment/latest/internment/struct.Arena.html# ) ,
201+ but needs ` bumpalo ` support to avoid item allocations/boxing, and avoid internal ` Mutex ` . (key type is pointer based).
199202
200203### gix-fs
201204* [x] probe capabilities
@@ -215,6 +218,7 @@ The top-level crate that acts as hub to all functionality provided by the `gix-*
215218 * [x] [ name validation] [ tagname-validation ]
216219* [x] transform borrowed to owned objects
217220* [x] edit trees efficiently and write changes back
221+ - [ ] See if ` gix-fs::InternedMap ` improves performance.
218222* [x] API documentation
219223 * [ ] Some examples
220224
You can’t perform that action at this time.
0 commit comments