• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..14-Nov-201317

aside.pyH A D09-Mar-20072.8 KiB

bigblock.tclH A D09-Mar-2007838

blockdels.tclH A D09-Mar-20071.1 KiB

case.pyH A D09-Mar-2007980

demo.pyH A D09-Mar-20071 KiB

demo.tclH A D09-Mar-20071.2 KiB

demold.tclH A D09-Mar-20071.1 KiB

derived.pyH A D09-Mar-2007577

find.pyH A D09-Mar-20074.3 KiB

mapped.tclH A D09-Mar-20075.1 KiB

millions.pyH A D09-Mar-20075 KiB

mkbug.cppH A D09-Mar-2007607

mkhash.cppH A D09-Mar-20073.6 KiB

mkmemoio.pyH A D09-Mar-20074.6 KiB

pair.pyH A D09-Mar-2007388

random.tclH A D09-Mar-20075.1 KiB

READMEH A D24-Jun-20071.2 KiB

remap.pyH A D09-Mar-2007413

selfref.pyH A D09-Mar-2007891

selmap.tclH A D09-Mar-20071.8 KiB

slow.tclH A D09-Mar-20072.8 KiB

sort.tclH A D09-Mar-20071.1 KiB

wrap.pyH A D09-Mar-2007874

README

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