Skip to content
/ acl Public
forked from obhi-d/acl

Boost alternative containers

License

Notifications You must be signed in to change notification settings

ov-l/acl

 
 

Repository files navigation

Alternate Container Library

Build Coverage Status

Optional containers and utilities.

Motivation

The library consists of many allocator implementation, containers and algorithms, which can be used as a building block for complex data structures. I primarily use these in my other projects to not rely certain external libraries like boost (because it takes a lot of time to configure and build boost).

Classes are not documented yet, and the focus is on improving code quality for now.

Building

Use cmake to configure and build. CMakePresets are already present to build on windows and linux.

Testing

The basic test suite is built by the target acl-validity. On linux coverage data is generated by default.

About

Boost alternative containers

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 94.9%
  • C 3.5%
  • Other 1.6%