SaaSHub helps you find the best software and product alternatives Learn more →
Ctl Alternatives
Similar projects and alternatives to ctl
-
-
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
STC
A modern, user friendly, generic, type-safe and fast C99 container library: String, Vector, Sorted and Unordered Map and Set, Deque, Forward List, Smart Pointers, Bitset and Random numbers. (by tylov)
-
-
-
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
-
-
mlib
Library of generic and type safe containers in pure C language (C99 or C11) for a wide collection of container (comparable to the C++ STL).
-
libchaste
C-haste Library. A collection of utilities to make developing C programs fast and easy.
-
-
-
LocalStack
💻 A fully functional local AWS cloud stack. Develop and test your cloud & Serverless apps offline!
-
Joplin
Joplin - an open source note taking and to-do application with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.
-
Oat++
🌱Light and powerful C++ web framework for highly scalable and resource-efficient web application. It's zero-dependency and easy-portable.
-
-
src
Public git conversion mirror of OpenBSD's official CVS src repository. Pull requests not accepted - send diffs to the [email protected] mailing list.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ctl reviews and mentions
-
Popular Data Structure Libraries in C ?
C Container Template Library, Rurban Variant (CTL) - The page for unordered_map reads "Implementation in work still".
I have used these two header-only STL-like libraries in small projects before: rurban/ctl and tylov/STC. The former has a list of similar projects in the README. The latter feels really fleshed out. It works best if you use the provided string type instead of char *. It also provides a bunch of macros for automatic cleanup that are used everywhere in the documentation, all of which I don't really like and use.
-
C Template Library
There is also the rurban variant variant of CTL which is more complete.
-
Better C Generics: The Extendible _Generic
The prototype of CC used this mechanism to provide a generic API for types instantiated via templates (so basically like other container libraries, but with an extendible-_Generic-based API laid over the top of the generated types). This approach has some significant advantages over the approach CC now uses, but I got a bit obsessed with eliminating the need to manually instantiate templates.
- C_dictionary: A simple dynamically typed and sized hashmap in C - feedback welcome
-
How different is C++ from C? Contrasting simple Unix SORT programs
But the most common that I know of is this one: https://github.com/tylov/STC. There's also this one mentioned above https://rurban.github.io/ctl/
- C++ containers but in C
- STL in C
-
Generic data structures in C - an article I've written 11 years ago
And using these techniques typesafe in here: https://github.com/rurban/ctl/
-
A demonstration of implementing a lazy Iterator interface in pure C99
Better OOP in C is eg. https://github.com/rurban/ctl/ which does containers and algorithms with generic iterators, typesafe. The STL in proper C.
-
A note from our sponsor - #<SponsorshipServiceOld:0x00007f160ce66468>
www.saashub.com | 25 Mar 2023
Stats
rurban/ctl is an open source project licensed under MIT License which is an OSI approved license.