From 459bbd9005b80515ce0f3908754e8678bb867aaf Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 10 May 2019 12:22:42 -0400 Subject: [PATCH] update roadmap --- doc/design/roadmap.mdwn | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/doc/design/roadmap.mdwn b/doc/design/roadmap.mdwn index c12fd10b86..9095e9d4b5 100644 --- a/doc/design/roadmap.mdwn +++ b/doc/design/roadmap.mdwn @@ -11,24 +11,17 @@ Speed improvements, including: -* Improve speed of git-annex when operating on large numbers of files. - Approaches include better caching of data, and using ByteString - more where String is used, and other better data structures. - * Enable parallelism by default. +* [[todo/sqlite_database_improvements]] to avoid using String and better + encode data stored in sqlite. + Improvements to tree export support, including supporting export to more external special remotes, exporting only preferred content, more efficient renames, and improving support for exporting non-annexed files. - - -Complimenting tree export, support importing trees from special remotes so eg a -S3 bucket of data can be pulled into a git-annex repository easily, and the -repository updated when the bucket is changed. - Improve support for branches where annexed files without content locally present are hidden (adjust --hide-missing). Including interface for