• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..22-May-2007-

Centrino_1.3Mhz_Plots/H22-May-2007-2,2592,251

CheckDupLines.cH A D15-Feb-20051.2 KiB4534

CheckitH A D14-May-20073.3 KiB10567

Judy1LCheck.cH A D15-Feb-200521.3 KiB909677

Judy1LHCheck.cH A D14-May-200724.5 KiB1,019768

Judy1LHTime.cH A D14-May-200760 KiB2,2361,775

Judy1LTime.cH A D15-Feb-200544.1 KiB1,6211,230

JudyString.cH A D15-Feb-20052.7 KiB10783

Makefile.amH A D22-May-2007207 95

Makefile.inH A D22-May-200710.9 KiB402348

READMEH A D15-Feb-20051.3 KiB2320

SLcompare.cH A D15-Feb-200531 KiB1,080698

StringCompare.cH A D15-Feb-200579 KiB2,5521,848

jbgraphH A D15-Feb-200532.2 KiB1,023726

malloc-pre2.8a.cH A D15-Feb-2005167.7 KiB5,3882,616

simple.cH A D15-Feb-2005382 2517

testjbgraphH A D15-Feb-2005982 2318

timeit.cH A D15-Feb-20057.9 KiB312163

timeit.hH A D15-Feb-20056.9 KiB22281

README

1StringCompare.c Program to compare JudyHS with other ADT's
2Centrino_1.3Mhz_Plots/  Contains output of "StringCompare" on 1.3Mhz Centrino
3Checkit         Script to validate Judy works before installing
4Judy1LHCheck.c  Updated to include JudyHS()
5Judy1LHTime.c   Updated to include JudyHS()
6jbgraph         Script interface to 'gnuplot' to plot output of *Time.c progs.
7testjbgraph     Demo script to show how to use jbgraph (1+ Minute)
8malloc-pre2.8a.c Only known malloc() (my me) that does not have performance
9                problem, See: <ftp://g.oswego.edu/pub/misc> for later version.
10                See: <http://judy.sourceforge.net/downloads/readme> for further
11                information.
12JudyMalloc.c    For testing Judy free()s all memory that it malloc()ed.
13CheckDupLines.c For the JudyHS manual example
14JudyString.c	For the JudyHS manual, but too long
15
16-- The following are obsolete.
17
18Judy1LCheck.c   Program to test functionality of Judy API.        (obsolete)
19Judy1LTime.c    Program to time common Judy functions.            (obsolete)
20SLcompare.c     Program to compare JudySL performance with others (obsolete)
21timeit.c        High resolution timers for certain platforms      (obsolete)
22timeit.h        High resolution timers for certain platforms      (obsolete)
23