Popularity
4.0
Stable
Activity
6.3
-
398
42
65

Code Quality Rank: L4
Programming language: C++
License: MIT License
Tags: Frameworks    
Latest version: v2.8

uSTL alternatives and similar libraries

Based on the "Frameworks" category.
Alternatively, view uSTL alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of uSTL or a related project?

Add another 'Frameworks' Library

README

uSTL

This library is obsolete. Please use the official gcc C++ standard library.

uSTL is a partial implementation of the C++ standard library that focuses on decreasing the memory footprint of user executables. While some projects can use it to replace the standard library without any code changes, there exist important differences that you should be aware of. Please read documentation in docs/index.html before using this library in your project.

The only dependency is a C++ compiler, gcc 3.4 or clang 3.2. C++11 support requires gcc 4.6 or clang 3.2. C++14 support requires gcc 5 or clang 3.6. Build configuration is in Config.mk and config.h, generated by configure. configure --help will list available configuration options.

./configure --prefix=/usr
make
make check
make install

Report bugs on the github issue tracker