]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r256594 (cperciva):
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Jun 2015 19:02:30 +0000 (19:02 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Jun 2015 19:02:30 +0000 (19:02 +0000)
commit692778dce0d90211adbdfae80959b32445491d76
treecbc99af09c39fcf25083fa201bdf4c26f9f41128
parentf504da05945f0fe6174a072d2ec43a6081e95a76
MFC r256594 (cperciva):

Speed up `freebsd-update IDS` by using IFS to split fields instead of
forking lots of processes to run echo|cut.  In one test this reduced
the CPU time from 980s to 134s and the wallclock time from 806s to
132s.

Submitted by: Oleg Ginzburg

git-svn-id: svn://svn.freebsd.org/base/stable/10@284939 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/freebsd-update/freebsd-update.sh