Sha256: d329ef8b027df526831b79fa9ff9c053d166d700f63186b8fc89c8b8168fd61b
Contents?: true
Size: 711 Bytes
Versions: 1
Compression:
Stored size: 711 Bytes
Contents
= order_book by: Arvicco url: http://github.com/arvicco/order_book == DESCRIPTION: Basic structures used to create DOM models. == FEATURES/PROBLEMS: OrderBook 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/artefacts. OrderBook 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 order_book == LICENSE: Copyright (c) 2011 Arvicco. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
order_book-0.0.1 | README.rdoc |