Sha256: 85692892baa3cd2a594f38c58896efd798c963b1a65f3526a63426c38cffc894

Contents?: true

Size: 723 Bytes

Versions: 3

Compression:

Stored size: 723 Bytes

Contents

= orders
by:: Arvicco
url:: http://github.com/arvicco/orders

== DESCRIPTION:

Basic structures used to create DOM models.

== FEATURES/PROBLEMS:

Enclosed structures are used to accumulate, analyse and visualize streams of market
order data (either in aggregated or full order log form). They are required by the
client and gateway modules that deal with market order data streams and derived
artefacts (such as OrderBooks).

Data structures need to be:
1) memory-efficient
2) thread-safe (without too much synchronization penalty)
3) iteration-safe (adding new element while iterating should not raise exception)

== INSTALL:

  $ sudo gem install orders

== LICENSE:
Copyright (c) 2011 Arvicco. See LICENSE for details.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
orders-0.0.5 README.rdoc
orders-0.0.4 README.rdoc
orders-0.0.3 README.rdoc