#232291 bash-builtins: Please add loadable builtins for sort and uniq

Package:
bash-builtins
Source:
bash
Description:
Bash loadable builtins - headers & examples
Submitter:
"Kingsley G. Morse Jr."
Date:
2024-08-08 14:24:08 UTC
Severity:
wishlist
Tags:
#232291#5
Date:
2004-02-11 21:00:45 UTC
From:
To:
First of all, thanks for maintaining Debian's bash
package. It's great.

It seems to me that "sort" and "uniq" are called
often enough that adding them as loadable builtins
may be worthwhile.

For example, bash scripts that happen to call sort
and uniq from within deeply nested loops would
probably be sped up by not having to launch new
processes for each "sort" and "uniq" call.

Please add loadable builtins for sort and uniq.

Thanks,
Kingsley

#232291#14
Date:
2004-07-03 14:52:27 UTC
From:
To:
Matthias Klose wrote:

I'll look into it when I get a chance.  It depends on how small and
easily-maintained the code is.