• last updated 15 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
- modernize code

Improve naming: rename TreePartitionedCahe to KeyPartitionedCache

  1. … 4 more files in changeset.
Base caching infrastructure on acs-tcl

Bump version number to 5.10.0d10

  1. … 2 more files in changeset.
Fix syntax error

Do not try to flush autonamed cache entries

Added missing call to global ::parameter::get ...

base TreePartitionedCache on PartitionedCache, reduce verbosity

- Implemented TreePartitionedCache (to allow patter flushes on partitions)

- use xo::Cache on more occasions

- bump version numbers of xowiki to 5.10.0d12 and xotcl-core to 5.10.0d9

  1. … 6 more files in changeset.
provided partitioned cache class

- extend implementaton of xo::Cache to support "eval" and "set" method

- use numeric keys for xotcl_object_cache

- bump version numbers of xowiki to 5.10.0d11 and xotcl-core to 5.10.0d8

  1. … 5 more files in changeset.
introduce cache abstraction to centralize caching logic

  1. … 3 more files in changeset.
Take folder-specific content out of xotcl_object_type_cache to improve scalability on high load websites.

Bump version number of xowiki to 5.10.0d10 and on xotcl-core to 5.10.0d7

  1. … 3 more files in changeset.
Fix duplicated words

  1. … 3 more files in changeset.
make code more robust against invalid input

improve spelling

  1. … 12 more files in changeset.
improve comments

prefer dict over tcl arrays: cleanup of leftovers

improving comments

add prepared statements

  1. … 2 more files in changeset.
whitespace cleanup

  1. … 3 more files in changeset.
improve spelling

improve spelling

  1. … 8 more files in changeset.
Fix typos

  1. … 10 more files in changeset.
Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

  1. … 468 more files in changeset.
improve list operations

improve grammar

improve spelling

  1. … 4 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 225 more files in changeset.
Prefer '{}' to '[list]' when creating empty lists

  1. … 198 more files in changeset.
Improvde code documentation