tseaver / appendonly

ZODB conflict-reducing data structures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

appendonly

https://travis-ci.org/tseaver/appendonly.png?branch=master

This package provides a set of data structures for use in ZODB applications where standard BTrees are poor fits for an application's requirements.

In particular, these data structures are designed to minimize conflict errors when doing frequent "append" operations to queues and stacks.

Read the docs online

About

ZODB conflict-reducing data structures

License:Other


Languages

Language:Python 88.4%Language:Makefile 11.6%