Giter Club home page Giter Club logo

libdynamic's Introduction

libdynamic v2.3

https://coveralls.io/repos/github/fredrikwidlund/libdynamic/badge.svg?branch=master https://img.shields.io/lgtm/grade/cpp/g/fredrikwidlund/libdynamic.svg?logo=lgtm&logoWidth=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 driven framework. It is used, for example, in conjunction with libreactor handling many millions of HTTP transactions daily for over 5 years.

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).

git clone https://github.com/fredrikwidlund/libdynamic
cd libdynamic
./autogen.sh
./configure
make install

Build from release

wget https://github.com/fredrikwidlund/libdynamic/releases/download/v2.3.0/libdynamic-2.3.0.tar.gz
tar fxz libdynamic-2.3.0.tar.gz
cd libdynamic-2.3.0
./configure
make install

Running unit tests

The test suite requires cmocka and valgrind.

./configure
make check

Versioning

libdynamic follows the semantic versioning scheme.

Licensing

libdynamic is licensed under the MIT license.

libdynamic's People

Contributors

fredrikwidlund avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.