qstr
c library for handling strings efficiently (by bharatvaj)
stricks
Managed C strings library (by alcover)
Our great sponsors
qstr | stricks | |
---|---|---|
1 | 8 | |
0 | 89 | |
- | - | |
5.0 | 0.0 | |
7 months ago | over 1 year ago | |
C | C | |
MIT License | GNU General Public License v3.0 only |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
qstr
Posts with mentions or reviews of qstr.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning qstr yet.
Tracking mentions began in Dec 2020.
stricks
Posts with mentions or reviews of stricks.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-03-07.
-
Buffet
> I was thinking about Simple Dynamic Strings but I like this better.
Oh! here's my chance to plug https://github.com/alcover/stricks ! It follows the same principle as SDS (i.e user-facing type is char*) but is much faster (see bench) and frankly nicer to read through.
Not as feature complete, though.
-
Speeding past Redis/SDS strings
Mine is also variable (see https://github.com/alcover/stricks/blob/main/src/stx.c). Maybe they switch more often that necessary ?
The threads were very interesting. I got back to work and it's time to talk speed ! https://github.com/alcover/stricks#speed
- Show HN: Stricks, managed C strings library
What are some alternatives?
When comparing qstr and stricks you can also consider the following projects:
SDS - Simple Dynamic Strings library for C
buffet - All-inclusive Buffer for C
str - str: yet another string library for C language.