/freebsd/usr.bin/locate/ |
H A D | Makefile.inc | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
H A D | Makefile | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
/freebsd/usr.bin/locate/code/ |
H A D | Makefile | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
H A D | locate.code.c | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
/freebsd/usr.bin/locate/bigram/ |
H A D | Makefile | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
H A D | locate.bigram.c | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
/freebsd/usr.bin/locate/locate/ |
H A D | locate.h | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
H A D | concatdb.sh | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
H A D | locate.rc | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
H A D | mklocatedb.sh | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
H A D | Makefile | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|
H A D | updatedb.sh | diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database diff 370021810ab49e070cc0bf153a3c629a73ef357b Wed Aug 14 02:22:31 CEST 1996 Wolfram Schneider <wosch@FreeBSD.org> bigram Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %.
Bigram does not check for characters outside 32-127.
The bigram output is silly and need ~1/2 CPU time of database rebuilding.
old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram
new: bigram < $filelist | sort -nr
code Code does not check for char 31. Use a lookup array instead a function. 3 x faster.
updatedb rewritten sync with bigram changes
read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij)
concatdb - concatenate locate databases mklocatedb - build locate database
|