https://github.com/zigrazor/labrador
C++ Queue Elaboration Framework
https://github.com/zigrazor/labrador
cpp cpp20 header-only queue queue-manager queue-tasks queue-workers queued-jobs queues
Last synced: 3 months ago
JSON representation
C++ Queue Elaboration Framework
- Host: GitHub
- URL: https://github.com/zigrazor/labrador
- Owner: ZigRazor
- License: mit
- Created: 2024-05-06T12:36:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-20T07:03:15.000Z (5 months ago)
- Last Synced: 2025-05-20T08:22:31.205Z (5 months ago)
- Topics: cpp, cpp20, header-only, queue, queue-manager, queue-tasks, queue-workers, queued-jobs, queues
- Language: C++
- Homepage:
- Size: 88.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Labrador
C++ Queue Elaboration Framework
[](LICENSE) [](https://GitHub.com/ZigRazor/Labrador/releases/) [](https://github.com/ZigRazor/Labrador/actions/workflows/cmake.yml)
[](https://codecov.io/gh/ZigRazor/Labrador) [](https://www.codefactor.io/repository/github/zigrazor/labrador)
[](https://shields.io/) [](https://shields.io/)
## Table of Contents
- [Description](#description)
- [Features](#features)
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Contact](#contact)
- [Acknowledgements](#acknowledgements)## Description
Labrador is a C++ Queue library. This project aims to fulfill a framework for concurrent queue elaboration. By using Labrador, users can:
- Create queues of different type ( ex. Bounded, Lock-wait, Concurrent )
- Craete more sophisticated application that use queue processor to process in a simple way the enqueued items.## Features
- Concurrent Queue
- Boundend Queue
- Lock-Wait Bounded Queue
- Queue Processor
- Asynchronous Queue Processor## Installation
To install and set up Labrador, follow these steps:
1. **Clone the repository:**
```bash
git clone https://github.com/ZigRazor/Labrador.git
```
2. **Navigate to the project directory:**
```bash
cd Labrador
```
3. **Prepare CMake:**
```bash
mkdir build
cd build
cmake ..
```
4. **Install Library**
```bash
make install
```
## UsageYou can use the Library in your project with CMake adding the following lines:
```cmake
CPMAddPackage(
NAME Labrador
GITHUB_REPOSITORY ZigRazor/Labrador
GIT_TAG origin/main
)
```
or install it and the add to the include path *{StandardIncludePath}/DogBreeds/Labrador*.For simple use you can see the [Example](https://github.com/ZigRazor/Labrador/tree/main/example)
For more detailed usage instructions, refer to the documentation.## Contributing
We welcome contributions to Labrador! To contribute, follow these steps:1. **Fork the repository.**
2. **Create a new branch:**
```bash
git checkout -b feature/your-feature-name
```
3. **Make your changes and commit them:**
```bash
git commit -m "Add your commit message"
```
4. **Push to the branch:**
```bash
git push origin feature/your-feature-name
```
5. **Create a pull request.**Please read our [contributing guidelines](https://github.com/ZigRazor/Labrador/blob/main/CONTRIBUTING.md) for more details.
## License
This project is licensed under the MIT License. See the [LICENSE](https://github.com/ZigRazor/Labrador/blob/main/LICENSE) file for details.## Contact
If you have any questions, suggestions, or feedback, feel free to reach out:- Email: zigrazor@gmail.com
- GitHub Issues: [issues](https://github.com/ZigRazor/Labrador/issues)## Acknowledgements
We would like to thank the following individuals for their support:[](https://github.com/ZigRazor/Labrador/graphs/contributors)
## Credits
Photo of Helena Lopes on Unsplash