antirez / sds

Simple Dynamic Strings library for C
BSD 2-Clause "Simplified" License
4.89k stars 473 forks source link

Maintenance? #143

Open jcorporation opened 2 years ago

jcorporation commented 2 years ago

I like the API of SDS but I see no (development) activity in this repository. Is it still maintained?

The sds source in the redis seems to be newer?

alex-kerner-ext-orion commented 2 years ago

The project is abandoned. I see that most of the closed PRs were closed by the authors themselves because the project is abandoned. And I see 300 forks. Maybe there is a new leader among them?

jcorporation commented 2 years ago

This is a shame. I really like this library. I am thinking about forking it and review/merging the pull requests.

I should probably also search the redis source for fixes for sds.

I have also some interesting functions that could be useful, especially json encoding/decoding and urldecoding/encoding.

Or someone knows a maintained fork?

Or someone interested in working with me on that?

@antirez ?

jcorporation commented 2 years ago

If someone is interested, here is my fork: https://github.com/jcorporation/sds I already merged a bunch of pending pull requests and picked fixes from the redis source.