Deleted Added
full compact
24a25,36
> 20100722:
> BSD grep has been imported to the base system and it is built by
> default. It is completely BSD licensed, highly GNU-compatible, uses
> less memory than its GNU counterpart and has a small codebase.
> However, it is slower than its GNU counterpart, which is mostly
> noticeable for larger searches, for smaller ones it is measurable
> but not significant. The reason is complex, the most important factor
> is that we lack a modern and efficient regex library and GNU
> overcomes this by optimizing the searches internally. Future work
> on improving the regex performance is planned, for the meantime,
> users that need better performance, can build GNU grep instead by
> setting the WITH_GNU_GREP knob.
1175c1187
< $FreeBSD: head/UPDATING 209975 2010-07-13 05:32:19Z nwhitehorn $
---
> $FreeBSD: head/UPDATING 210389 2010-07-22 19:11:57Z gabor $