~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/developers/index.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-12-10 01:19:33 UTC
  • mfrom: (3885.1.8 fifo_cache)
  • Revision ID: pqm@pqm.ubuntu.com-20081210011933-axdrxiq306imj2ty
(jam) Add a FIFOCache class, to allow max-size with less overhead,
        though lower hit rate.

Show diffs side-by-side

added added

removed removed

Lines of Context:
79
79
* `Integration Guide <integration.html>`_ |--| A guide to integrate bzrlib into
80
80
  any python application.
81
81
 
82
 
* `Bazaar and case-insensitive file systems <case-insensitive-file-systems.html>`_
83
 
  |--| How Bazaar operates on case-insensitive file systems such as commonly
84
 
  found on Windows, USB sticks, etc.
85
 
 
86
82
Data formats
87
83
============
88
84