Skip to content

Files

Latest commit

author
Alan Post
Oct 16, 2015
74e6b1a · Oct 16, 2015

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Oct 16, 2015
Sample code

aside.py	commit extend and commit aside
case.py		case sensitivity can be a bit tricky
demo.py		trivial demo in Python
demo.tcl	trivial demo in Tcl, new OO interface
demold.tcl	trivial demo in Tcl, original API
derived.py	derived views propagate changes
find.py		find, binary search, and hashing performance
mapped.tcl	performance of plain, hashed, ordered, blocked views
millions.py	storing millions of row, using a trick (by Christian Tismer)
mkhash.cpp	hashed / blocked / ordered view performance in C++
mkmemoio.py	treating a memo (binary) property as an I/O stream
pair.py		pairwise view combination
random.tcl	test of 100,000 adds/mods/dels using a bytes property
remap.py	new mapping views (like mapped.tcl), in Python
selfref.py	defining a self-referential (recursive) structure
selmap.tcl	illustrates mapping select results back to a view
slow.tcl	hashed views performance in Tcl
sort.tcl	sorting performance in Tcl
wrap.py		wrapping provides a MK layer around anything