Skip to content

Commit

Permalink
docs/quickstart: Tweak Introduction section
Browse files Browse the repository at this point in the history
Drop the first second level heading as superfluous. Note that the
listing of supported protocols is not actually exhaustive. In the
feature listing, group single thread and non-blocking I/O together.
Fix the name of SystemTap.

Signed-off-by: Jussi Virtanen <jussi.k.virtanen@gmail.com>
  • Loading branch information
jvirtanen committed Jan 14, 2014
1 parent c526a72 commit 47dc812
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,14 @@
# Introduction

## What **libtrading** is

**Libtrading** is an open source API that implements network protocols used for
communicating with exchanges, dark pools, and other trading venues. For the list
of all supported protocols one may refer to the **Supported Protocols** section.
communicating with exchanges, dark pools, and other trading venues. For a list
of supported protocols, see the *Supported Protocols* section.

## Features

* No memory allocation in RX and TX paths
* Single-threaded philosophy
* System Tap/DTrace probes
* Non-blocking IO support
* No memory allocation on the RX and TX paths
* Single-threaded, non-blocking I/O philosophy
* SystemTap/DTrace probes

# Supported Protocols

Expand Down

0 comments on commit 47dc812

Please sign in to comment.