Searched hist:246134 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sbin/devd/
H A Ddevd.hhdiff 246134 Wed Jan 30 21:51:57 MST 2013 ian Improve devd startup time, by tweaking some string handling routines that are
heavily used when parsing config files. Mostly these changes avoid making
temporary copies of the strings, and avoid doing byte at a time append
operations, on the most-used code path.

On a 1.2 GHz ARM processor this reduces the time to parse the config files
from 13 to 6 seconds.

Reviewed by: imp
Approved by: cognet (mentor)
H A Ddevd.ccdiff 246134 Wed Jan 30 21:51:57 MST 2013 ian Improve devd startup time, by tweaking some string handling routines that are
heavily used when parsing config files. Mostly these changes avoid making
temporary copies of the strings, and avoid doing byte at a time append
operations, on the most-used code path.

On a 1.2 GHz ARM processor this reduces the time to parse the config files
from 13 to 6 seconds.

Reviewed by: imp
Approved by: cognet (mentor)

Completed in 66 milliseconds