Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikwidlund committed May 17, 2020
1 parent eea8c77 commit df46acc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,18 @@ Documentation is available at http://libdynamic.readthedocs.io/en/latest/.
Description
===========

libdynamic is a utility library for C that will give you dynamic data structures like buffers, lists, vectors, maps and strings. It also includes asynchronous worker pools, and a core event loop framework. It is used for example in conjunction with libreactor serving many millions of transactions daily.

Status
======

libdynamic currently is (and has been for many years) used in high concurrency and high performance production environments in a very robust manner.

Build
=====

Build from the Git repository
-------------------------
-----------------------------

Building from Git requires GNU Autotools (autoconf_, automake_, libtool_).

Expand Down

0 comments on commit df46acc

Please sign in to comment.