Fortress-of-Solitude
Harbol
Fortress-of-Solitude | Harbol | |
---|---|---|
2 | 1 | |
57 | 28 | |
- | - | |
2.1 | 6.2 | |
over 2 years ago | about 1 year ago | |
C | C | |
BSD 3-clause "New" or "Revised" License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Fortress-of-Solitude
Harbol
-
Folly: An open-source C++ library developed and used at Facebook
This is still all in c++ correct? why not just using STL instead, am I missing something here.
There are a few pure-C made STL alike containers for C that uses no c++ code at all, a random github search finds this: https://github.com/assyrianic/Harbol , there are quite a few of them just not recalling them now.
What are some alternatives?
sc - Common libraries and data structures for C.
hatrack - Fast, multi-reader, multi-writer, lockless data structures for parallel programming
moonlight-common-c - Core implementation of Nvidia's GameStream protocol
HashMap - An open addressing linear probing hash table, tuned for delete heavy workloads
sort-test - A simple sort benchmarking tool
mn - minimal container library on top of c-flavored c++
ll - Generic C99 Singly & Doubly Linked List Implementation with OOP, ranges, custom loops and more.
Guava - Google core libraries for Java
doublylinkedlist - An implementation of a doubly linked list in C
STL - MSVC's implementation of the C++ Standard Library.
HFT-Orderbook - Limit Order Book for high-frequency trading (HFT), as described by WK Selph, implemented in Python3 and C