freebsd-nq/lib/libc
Dmitrij Tejblum 03a7efc234 Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)).
Other minor optimizations. I got ~30% speedup in strcoll() for 50 char strings,
~40% speedup for 100 char strings, and unmeasurable speedup for 1M strings.

Collates are still terribly slow. To make them reasonable fast,
__collate_substitute() should be killed.
1999-09-12 19:42:38 +00:00
..
alpha
amd64
compat-43
db
gen - add reference to siginterrupt(3) 1999-09-06 15:15:51 +00:00
gmon
i386 Use definitions provided in sysarch.h for args structures. 1999-09-02 21:03:32 +00:00
include
locale Reduce time of __collate_substitute() from O(strlen(s)^2) to O(strlen(s)). 1999-09-12 19:42:38 +00:00
mips
mipseb
mipsel
net
nls
quad
regex
rpc
stdio
stdlib Tidy up $Log$ debris. 1999-09-05 17:42:45 +00:00
stdtime Implement new format specifier for strftime: %OB, alternative national 1999-09-11 21:35:21 +00:00
string
sys Add FreeBSD history in 'HISTORY' 1999-09-11 21:07:14 +00:00
xdr
yp
Makefile
Makefile.inc