03c8ba1c27
Implemented are the 3-graph BDZ algorithm as well as the 2-graph and 3-graph CHM algorithms. All algorithms have expected linear run time and the smallest functions need around 2.85 bit/key.
5 lines
111 B
C
5 lines
111 B
C
/* $NetBSD: nbperf-chm3.c,v 1.1 2009/08/15 16:21:05 joerg Exp $ */
|
|
|
|
#define BUILD_CHM3
|
|
#include "nbperf-chm.c"
|