Skip to content

Common implementations for Parallel programming in C++

License

Notifications You must be signed in to change notification settings

JustinKim98/lama

Repository files navigation

Lama

License Build Status Build status

codecov

Lama is library supporting parallel programming in C++

Features

  • Atomic shared_ptr and weak_ptr
  • Concurrent containers
  • Parallel pipelines
  • Parallel for based on OpenMP

How To Contribute

Contributions are always welcome, either reporting issues/bugs or forking the repository and then issuing pull requests when you have completed some additional coding that you feel will be beneficial to the main project. If you are interested in contributing in a more dedicated capacity, then please contact me.

Contact

Written by Justin Kim(jwkimrhkgk@gmail.com or jwkim98@kaist.ac.kr)

License

The class is licensed under the MIT License:

Copyright & 2020 Justin Kim

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Common implementations for Parallel programming in C++

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published