Coder Social home page Coder Social logo

ademakov / evenk Goto Github PK

View Code? Open in Web Editor NEW
69.0 15.0 8.0 150 KB

A C++ library for concurrent programming

License: MIT License

Shell 0.02% C++ 80.92% Makefile 0.51% M4 18.54%
c-plus-plus concurrency multithreading concurrent-queues concurrency-library

evenk's Introduction

Evenk

A C++14 library for concurrent programming.

The primary target platform for now is Linux x86-64. Additionally it might be used on Mac OS/X x86-64 but for the lack of the futex system call some features do not function there.

The library itself is header-only so using it is possible just by copying the header files wherever you like to include them from.

[ Currently the above is not true for "task.h" and "thread.h", these files depend on "config.h" that is generated with the steps described below. ]

The build step is needed for tests. It is required to have on your system the following tools installed: automake, autoconf and, of course, make and gcc or clang. As soon as you have these just run the following commands:

> ./bootstrap
> ./configure
> make

evenk's People

Contributors

ademakov avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

evenk's Issues

How to build?

Thanks for sharing your work.

Could you please provide documentation on how to build?

License?

A LICENSE file at the root of the project would be nice :)

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.