Skip to content
Snippets Groups Projects
Commit fac0cbbdf3cb authored by websnarf's avatar websnarf
Browse files

Assessment of SDS.

parent eacf7c7419cb
No related branches found
No related tags found
No related merge requests found
......@@ -3448,6 +3448,14 @@
committed to Unicode representation of its string data, and therefore cannot
be used as a generic buffer library.
SDS
---
Sds uses a strategy very similar to Libsrt. However, it uses some dynamic
headers to decrease the overhead for very small strings. This requires an
extra switch statement for access to each string attribute. The source code
appears to use gcc/clang extensions, and thus it is not portable.
===============================================================================
Examples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment