- autoindexing list for dictionaries. As records get added, uses a basic proportion-based heuristic to create subdictionaries as indexes over the same data. Maybe automatically does a full-scan option too.
- non-overwriting version of dict.update()
- jsonl ignore blank lines
- jsonl add line number to error message
- wrap_trace debug utility. Takes an object, looks at its dir, wraps everything callable, with a hook. Needs an enable/disable flag. - get/set/call/return/exception - __slots__
- Top/Bottom singletons (greater than and less than everything)
- progress bar
- confirmation prompt (e.g., "Question? (Y/n)")
- fold repeated frames (recursive calls)
- dirty bit auto clears cache on property access
- geometric mean (2 ** sum(log(a, b, ...))
- improve usage of
encoding
arg (in parse_qsl for example) - normalize unicode on input?