[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Haskell-hoogle package is ready for upload. (Re: Anyone can dput haskell-src-exts and agda?)



Dear Joachim.

I think newer /usr/sbin/update-hoogle is too slow for old PC.

root@casper:~# echo 3 > /proc/sys/vm/drop_caches
root@casper:~# time find /usr/share/doc -wholename
"/usr/share/doc/ghc-doc/html/libraries/*/*.txt*" -or -wholename
"/usr/share/doc/libghc-*-doc/html/*.txt" > /dev/null

real    3m15.971s
user    0m0.380s
sys     0m1.300s
root@casper:~# echo 3 > /proc/sys/vm/drop_caches
root@casper:~# time find /usr/share/doc/ghc-doc/html/libraries/ -name
"*.txt*" > /dev/null;  time find /usr/share/doc/libghc-*-doc/
-wholename "/usr/share/doc/libghc-*-doc/html/*.txt" > /dev/null

real    0m0.802s
user    0m0.000s
sys     0m0.020s

real    0m3.512s
user    0m0.040s
sys     0m0.080s

Can I roll back update-hoogle to old version?

Best regards,
-- 
Kiwamu Okabe


Reply to: