diff options
author | Fabian Groffen <grobian@gentoo.org> | 2019-06-19 12:43:09 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2019-06-19 12:43:09 +0200 |
commit | 1089b8baedcd1d6d7aa41e8f5f81938660079e01 (patch) | |
tree | 1ca046aa8094fa2175985bdf0d121d19de2aa72b /TODO.md | |
parent | TODO: drop implemented items (diff) | |
download | portage-utils-1089b8baedcd1d6d7aa41e8f5f81938660079e01.tar.gz portage-utils-1089b8baedcd1d6d7aa41e8f5f81938660079e01.tar.bz2 portage-utils-1089b8baedcd1d6d7aa41e8f5f81938660079e01.zip |
libq/set: drop rmspace for all inputsv0.80_pre20190620
Most of the times, rmspace is unnecessary, and doing so, requires a
mutable copy of the data. If the callers call rmspace when necessary,
set can be a bit more efficient.
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'TODO.md')
-rw-r--r-- | TODO.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -6,9 +6,6 @@ - -r (-R ?) regexp foo.\* - make default -e for apps like quse/qdepends? -- remove odd rmspace for each string in libq/set.c (allows a lot less - malloc/frees) - - make set.c to array (xarray) instead of C-array (list) - env vars only get expanded once, so this fails:<br> |