File: README

package info (click to toggle)
apg 2.2.3-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 608 kB
  • ctags: 533
  • sloc: ansic: 4,867; php: 744; sh: 194; makefile: 105; perl: 9
file content (24 lines) | stat: -rw-r--r-- 417 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
NAME
   bfconvert

DESCRIPTION
   Convert APG Bloom-filter version 1.0.1 to
   version 1.1.0

BUILD
   Just type `make' and hit [Enter] at the
   command prompt.

USAGE
   bfconvert old_bf_file_name new_bf_file_name

RETURN
   0 - success
  -1 - something wrong

NOTE
   Converted filter will be case sensitive.
   
   Conversion to the case insensitive filter
   is impossible because of the bloom-filter
   nature.