All Projects → msharov → Ustl

msharov / Ustl

Licence: mit
A size-optimized STL implementation.

Labels

Projects that are alternatives of or similar to Ustl

SSVUtils
[HEADER-ONLY] C++14 multi-purpose utility library that only depends on the STL.
Stars: ✭ 60 (-84.21%)
Mutual labels:  stl
OOP-In-CPlusPlus
An Awesome Repository On Object Oriented Programming In C++ Language. Ideal For Computer Science Undergraduates, This Repository Holds All The Resources Created And Used By Me - Code & Theory For One To Master Object Oriented Programming. Filled With Theory Slides, Number Of Programs, Concept-Clearing Projects And Beautifully Explained, Well Doc…
Stars: ✭ 27 (-92.89%)
Mutual labels:  stl
Go Astisub
Manipulate subtitles in GO (.srt, .ssa/.ass, .stl, .ttml, .vtt (webvtt), teletext, etc.)
Stars: ✭ 305 (-19.74%)
Mutual labels:  stl
BodyParts3D
Clone of the BodyParts3D/Anatomography 3D model files
Stars: ✭ 32 (-91.58%)
Mutual labels:  stl
stlkrn
C++ STL in the Windows Kernel with C++ Exception Support
Stars: ✭ 216 (-43.16%)
Mutual labels:  stl
output container
Automatic output function for STL containers
Stars: ✭ 32 (-91.58%)
Mutual labels:  stl
stl-gcode-viewer
STL/OBJ/GCode Viewer in Qt
Stars: ✭ 49 (-87.11%)
Mutual labels:  stl
Interview
📚 C/C++ 技术面试基础知识总结,包括语言、程序库、数据结构、算法、系统、网络、链接装载库等知识及面试经验、招聘、内推等信息。This repository is a summary of the basic knowledge of recruiting job seekers and beginners in the direction of C/C++ technology, including language, program library, data structure, algorithm, system, network, link loading library, interview experience, recruitment, recommendatio…
Stars: ✭ 21,608 (+5586.32%)
Mutual labels:  stl
Circular Buffer
Circular Buffer/ Circular Array
Stars: ✭ 16 (-95.79%)
Mutual labels:  stl
Stl cheat sheets
C++ STL Cheat Sheets.
Stars: ✭ 293 (-22.89%)
Mutual labels:  stl
ccxx
This is a cross-platform library software library about c, c ++, unix4, posix. Include gtest, benchmark, cmake, process lock, daemon, libuv, lua, cpython, re2, json, yaml, mysql, redis, opencv, qt, lz4, oci ... https://hub.docker.com/u/oudream
Stars: ✭ 31 (-91.84%)
Mutual labels:  stl
sgi-stl-docs
Standard template library (STL) documentation from SGI. (Mirror)
Stars: ✭ 36 (-90.53%)
Mutual labels:  stl
Gostl
Data structure and algorithm library for go, designed to provide functions similar to C++ STL
Stars: ✭ 254 (-33.16%)
Mutual labels:  stl
Lets-go-Code
Welcome to Open Source! 👨‍💻 Make your Hacktoberfest 2021 contributions here. 👕
Stars: ✭ 13 (-96.58%)
Mutual labels:  stl
Mytinystl
Achieve a tiny STL in C++11
Stars: ✭ 4,813 (+1166.58%)
Mutual labels:  stl
erkir
Երկիր (Erkir) - a C++ library for geodesic and trigonometric calculations
Stars: ✭ 26 (-93.16%)
Mutual labels:  stl
polylineencoder
A C++ implementation of Google Encoded Polyline Algorithm Format (encoder/decoder)
Stars: ✭ 15 (-96.05%)
Mutual labels:  stl
Numpy Stl
Simple library to make working with STL files (and 3D objects in general) fast and easy.
Stars: ✭ 356 (-6.32%)
Mutual labels:  stl
Online3dviewer
Online 3D Model Viewer
Stars: ✭ 312 (-17.89%)
Mutual labels:  stl
Steamtinkerlaunch
Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
Stars: ✭ 271 (-28.68%)
Mutual labels:  stl

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].