NetBSD/usr.bin/nbperf
joerg 7c219dd6db Optimize nbperf
- add fudge mode which gives a slightly slower hash function, but works
  almost always in the first iteration by avoiding degenerate edges
- avoid keeping incidence lists around reducing the memory foot print by
  30%
- split edge processing from hashing as in the non-fudge case it is a
  reasonable costly part that often gets thrown away
- merge graph2 and graph3 routines now that they are mostly the same
2021-01-07 16:03:08 +00:00
..
graph2.c Optimize nbperf 2021-01-07 16:03:08 +00:00
graph2.h Optimize nbperf 2021-01-07 16:03:08 +00:00
graph3.c Optimize nbperf 2021-01-07 16:03:08 +00:00
Makefile
nbperf-bdz.c Optimize nbperf 2021-01-07 16:03:08 +00:00
nbperf-chm3.c Optimize nbperf 2021-01-07 16:03:08 +00:00
nbperf-chm.c Optimize nbperf 2021-01-07 16:03:08 +00:00
nbperf.1 Optimize nbperf 2021-01-07 16:03:08 +00:00
nbperf.c Optimize nbperf 2021-01-07 16:03:08 +00:00
nbperf.h Optimize nbperf 2021-01-07 16:03:08 +00:00