sds
Dynamic string library
An efficient and compatible way to handle dynamic strings in C.
Simple Dynamic Strings library for C
5k stars
142 watching
486 forks
Language: C
last commit: 10 months ago
Linked from 5 awesome lists
Related projects:
Repository | Description | Stars |
---|---|---|
| A standalone and lightweight C library providing efficient implementations of various algorithms and data structures | 4,227 |
| A minimalistic C client library for the Redis database | 6,283 |
| A comprehensive C library providing various data structures with efficient algorithms and operations | 2,842 |
| Provides a collection of portable and high-performance C libraries and data structures | 2,284 |
| Verifies the format and consistency of iOS app strings files | 119 |
| A high-level programming framework that simplifies tasks in C by providing features like generic data structures, polymorphic functions, and reflection. | 6,870 |
| An open-source C compiler that aims to implement all C11 features and compile real-world programs correctly. | 9,774 |
| An extension to C that adds bounds checking and type safety to existing C code. | 3,221 |
| A C++ library of concurrent data structures for lock-free and lock-based containers with thread-safe iterators. | 2,571 |
| Implementation of a binary serialization format for efficient data exchange between languages. | 3,041 |
| Introduces concurrency features to the C programming language in a style similar to Go. | 2,741 |
| A distributed in-memory message broker designed to be scalable and fault-tolerant | 8,010 |
| A set of utility functions and data structures used in distributed systems and network applications. | 902 |
| A lightweight and powerful library for building parsers of varying complexity using parser combinators. | 2,691 |
| Replaces standard numeric types with exception-throwing versions to prevent undefined behavior due to integer overflow | 210 |