~ubuntu-branches/ubuntu/trusty/judy/trusty

« back to all changes in this revision

Viewing changes to test/README

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2005-03-22 06:55:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20050322065553-syjpkd48r4re18dn
Tags: 1.0.1-5

* Moving LGPL link in copyright back to LGPL-2.1
* Cleanup of debian/rules: removed explicit refs to 32-bit archs, removed
  unnecessary nostrip, using --man dir to install man pages, moving from
  dh_movefiles to dh_install.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
StringCompare.c Program to compare JudyHS with other ADT's
 
2
Centrino_1.3Mhz_Plots/  Contains output of "StringCompare" on 1.3Mhz Centrino
 
3
Checkit         Script to validate Judy works before installing
 
4
Judy1LHCheck.c  Updated to include JudyHS()
 
5
Judy1LHTime.c   Updated to include JudyHS()
 
6
jbgraph         Script interface to 'gnuplot' to plot output of *Time.c progs.
 
7
testjbgraph     Demo script to show how to use jbgraph (1+ Minute)
 
8
malloc-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.
 
12
JudyMalloc.c    For testing Judy free()s all memory that it malloc()ed.
 
13
CheckDupLines.c For the JudyHS manual example
 
14
JudyString.c    For the JudyHS manual, but too long
 
15
 
 
16
-- The following are obsolete.
 
17
 
 
18
Judy1LCheck.c   Program to test functionality of Judy API.        (obsolete)
 
19
Judy1LTime.c    Program to time common Judy functions.            (obsolete)
 
20
SLcompare.c     Program to compare JudySL performance with others (obsolete)
 
21
timeit.c        High resolution timers for certain platforms      (obsolete)
 
22
timeit.h        High resolution timers for certain platforms      (obsolete)