~ubuntu-branches/ubuntu/precise/judy/precise

« back to all changes in this revision

Viewing changes to examples/README

  • Committer: Bazaar Package Importer
  • Author(s): Troy Heber
  • Date: 2007-05-21 15:07:50 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070521150750-khuc7e3iblyvi0a9
Tags: 1.0.5-1
* Fixed alignment issue, (Closes: #401124)
* Update packaging, policy, debhelper, etc.
* Removed old BIT cruft from rules
* Upstream has propper distclean target (Closes: #424425)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
This directory contains example programs that show some of the many ways Judy
 
2
can be utilized, in other words it contains useful applications of Judy.
 
3
 
 
4
Judy1Dup:       Clone (duplicate) a Judy Array.
 
5
 
 
6
Judy1Op:        Support Logical "set" operations on Judy1 arrays.
 
7
 
 
8
See the source code for more information.