[ Home | Main Table Of Contents | Table Of Contents | Keyword Index ]

path-changes(n) 1 doc "Path. Packages for path (list of string) interning and deduplication. Uses Atom."

Name

path-changes - Path - Log of Changes

Table Of Contents

Description

Welcome to the Path project, written by Andreas Kupries.

For availability please read Path - How To Get The Sources.

This document provides an overview of the changes path underwent from version to version.

Changes

Changes for version 1

This is the first release of path. The changes therefore describe the initial features of the system.

In detail:

  1. path requires Tcl 8.5 or higher. Tcl 8.4 or less is not supported.

  2. The project provides a base class declaring the API of path interning classes, and three implementations of that API.

  3. The provided implementations store paths in an sqlite database, or in memory. One of the in-memory classes is written to be a front-end cache for any other path interning class following the API declared here.

Related Documents

  1. Path - Introduction to the project

  2. Path - License

  3. Path - Log of Changes

  4. Path - How To Get The Sources

  5. Path - The Installer's Guide

  6. Path - The Developer's Guide

Bugs, Ideas, Feedback

Both the package(s) and this documentation will undoubtedly contain bugs and other problems. Please report such at Path Tickets.

Please also report any ideas you may have for enhancements of either package(s) and/or documentation.

Keywords

deduplication, hierarchical, interning, list(string) deduplication, list(string) interning, list(string) storage, path deduplication, path interning, path storage, storage, tree