SPString

A C string library that's designed with embedded development in mind. (by NJdevPro)

SPString Alternatives

Similar projects and alternatives to SPString

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better SPString alternative or higher similarity.

SPString reviews and mentions

Posts with mentions or reviews of SPString. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-02-02.
  • Strings In C Tiring And Unsafe So I Just Made
    1 project | /r/programming | 2 Feb 2021
    I didn't know about SDS. I wrote this https://github.com/NJdevPro/SPString about 15 years ago though for an embedded electronic project.
  • Strings in C... tiring and unsafe. So I just made this lib. Am I doing it right, Reddit ?
    9 projects | /r/programming | 2 Feb 2021
    I've developped my own string library 15 years ago and used it in payment terminals with rather limited memory. if you are so concerned with string size, 2 bytes is enough for 65535 characters, which is enough for nearly everything. You are never going to allocate 8 bytes/string, that's stupid. If you need to work on more than that (a text editor for instance) you are not going to use C strings anyway, but some more complicated data structure. If you think adding 2 bytes per string is a problem, you probably are optimizing the wrong way. Pascal strings have been used since the 1970s and AFAIK have never been a problem memory-wise. And that's normal since they took exactly the same size as C strings.

Stats

Basic SPString repo stats
3
7
0.0
over 1 year ago

NJdevPro/SPString is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of SPString is C.

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com