Giter VIP home page Giter VIP logo

libreset's Introduction

libreset

libReSet = lib Reentrant Set

What it is

libreset is a library in pure C for dealing with sets.

What it is capable of

You can, besides required functionality such as inserting, deleting, getting the cardinality and checking equality of sets, do common set operations, including creating unions, intersections, excluding one set from another, xor'ing two sets etc.

How to build

The build is cmake based. If you want to build the library, run the following commands from the repository's root directory:

cmake .
make

Alternatively, if you are helping with development, you can create a debug build.

cmake -DCMAKE_BUILD_TYPE=Debug .
make

There is also a Hard Mode option, which sets the Werror flag and thus warnings are treated as errors. (Except a few, like unused functions.)

cmake -DHARD_MODE=On .
make

If you only want to have a look at the paper, you can build it like this:

cmake .
make paper

The same thing is true for the documentation, which you can build using the following commands:

cmake .
make doc

If this does not generate output, you are missing doxygen from your machine. Make sure to re-run cmake . again after installation.

How it works

If you want to know how it works, please have a look at the paper (in ./paper) which is provided by the "paper" target.

Contributing

Please have a look at the CONTIBUTING.md file

License

LGPLv2.1 Licensed.

Please have a look at the LICENSE file

libreset's People

Contributors

matthiasbeyer avatar theneikos avatar

Watchers

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