File: readme.txt

package info (click to toggle)
pythoncard 0.8.1-8.1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 5,352 kB
  • ctags: 4,594
  • sloc: python: 42,401; makefile: 55; sh: 22
file content (15 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Dan's explanation of the code.

"It's about text searching and the hint bit algorithms hypercard uses, which is more formally called "superimposed coding". It's really about indexing and compressing text which is useful on stacks with thousands of cards of text where you want fast search..."

The stack is currently stored as using ZODB, so you must have ZODB installed to try this sample. I plan to change the code to pickle or shelve the data instead.

The Import Stack menu option is intended for importing stacks of the format described in:
  Managing Gigabytes
  Compressing and Indexing Documents and Images
  Second Edition, 1999
  http://www.cs.mu.oz.au/mg/
  source at:
  http://www.cs.mu.oz.au/mg/mg-1.2.1.tar.gz

If you attempt to Import a ZODB stack it will corrupt the data.