Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nthm and cru listings added #277

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ Compilers, as well as compiler- and compilation-related tooling.
* [liburcu][474] - Data synchronization library, which scales linearly with the
number of cores. [``LGPL-2.1-or-later``][LGPL-2.1-or-later]
* [mill][352] - Go-style concurrency. [``MIT``][MIT]
* [nthm][701] - Non-preemptive thread hierarchy management library [``GPL-3.0-only``][GPL-3.0-only]
* [oclkit][311] - Two-file OpenCL wrapper. [``GPL-3.0-or-later``][GPL-3.0-or-later]
* [OCL-MLA][312] - OpenCL Mid-Level Abstractions. [``BSD-3-Clause``][BSD-3-Clause]
* [OpenMP][37] - Set of pragmas designed to allow for easy parallelization of
Expand Down Expand Up @@ -283,6 +284,8 @@ Databases and data stores with C APIs.
* [CLIST][371] - Simple and lightweight [dynamic array][25] implementation.
[``BSD-2-Clause``][BSD-2-Clause]
* [Collections-C][406] - Library of generic data structures. [``LGPL-3.0-or-later``][LGPL-3.0-or-later]
* [cru][702] - Library for fast high-level concurrent operations on
large memory-resident graphs [``GPL-3.0-only``][GPL-3.0-only]
* [ds][541] - Common Data Structures and Algorithms. [``MIT``][MIT]
* [igraph][544] - A graph processing library.
[``GPL-2.0-or-later``][GPL-2.0-or-later]
Expand Down Expand Up @@ -1829,5 +1832,5 @@ support for C.
[621]: https://github.com/pspdev/pspsdk/blob/master/LICENSE
[622]: https://remove-to-waste.info
[700]: https://viewsourcecode.org/snaptoken/kilo/


[701]: https://github.com/gueststar/nthm
[702]: https://github.com/gueststar/cru