http://marc.theaimsgroup.com/?l=zebra&m=114058002007887&w=2 it makes ospfd use priority queue (using heap sort) for its spf calculation. It should change spf execution time of ospfd from N^2 to N log (N).
Responsible Changed From-To: freebsd-ports-bugs->sumikawa Over to maintainer
State Changed From-To: open->closed Committed, thanks!
edwin 2007-09-25 13:07:50 UTC FreeBSD ports repository Modified files: net/zebra Makefile Added files: net/zebra/files patch-ospfd__ospf_spf.c Log: add patch to net/zebra http://marc.theaimsgroup.com/?l=zebra&m=114058002007887&w=2 it makes ospfd use priority queue (using heap sort) for its spf calculation. It should change spf execution time of ospfd from N^2 to N log (N). PR: ports/94216 Submitted by: dikshie <dikshie@lapi.itb.ac.id> Approved by: maintainer timeout Revision Changes Path 1.86 +1 -0 ports/net/zebra/Makefile 1.1 +291 -0 ports/net/zebra/files/patch-ospfd__ospf_spf.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"