1Sample scripts
2
3aside.py        commit extend and commit aside
4bigblock.tcl		storing 100,000,000 integers
5blockdels.tcl		blocked view deletion tests
6case.py         case sensitivity can be a bit tricky
7demo.py         trivial demo in Python
8demo.tcl        trivial demo in Tcl, new OO interface
9demold.tcl      trivial demo in Tcl, original API
10derived.py      derived views propagate changes
11find.py         find, binary search, and hashing performance
12mapped.tcl      performance of plain, hashed, ordered, blocked views
13millions.py     storing millions of row, using a trick (by Christian Tismer)
14mkhash.cpp      hashed / blocked / ordered view performance in C++
15mkmemoio.py     treating a memo (binary) property as an I/O stream
16pair.py         pairwise view combination
17random.tcl      test of 100,000 adds/mods/dels using a bytes property
18remap.py        new mapping views (like mapped.tcl), in Python
19selfref.py      defining a self-referential (recursive) structure
20selmap.tcl      illustrates mapping select results back to a view
21slow.tcl        hashed views performance in Tcl
22sort.tcl        sorting performance in Tcl
23wrap.py         wrapping provides a MK layer around anything
24