Mogball / wlib

Standard C++ library for embedded development

Home Page:https://waterloop.github.io/waterloop-wlib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Coverage Status

WLib

The standard C++ library used by Waterloop.

WLib is built in-house for our pod's embedded systems. The goal of WLib is to create a lighter and safer alternative to C++ STL. WLib is more memory efficient, has a smaller binary footprint, and has low power consumption. WLib uses controlled heap memory or a static memory pool, which prevents fragmentation.

This library depends only on a few C standard libraries and is optimized for embedded systems that have less memory and low processing power.

For more details check out our documentation.

Committers

Jeff Niu (Mogball jeffniu22@gmail.com)

Deep Dhillon (dhillondeep deep@deepdhillon.ca)

Contributors

Bob Wei (bobqywei bobqywei@gmail.com)

Ambareesh Balaji (Ambyjkl ambareeshbalaji@gmail.com)

About

Standard C++ library for embedded development

https://waterloop.github.io/waterloop-wlib

License:MIT License


Languages

Language:C++ 88.1%Language:Python 8.8%Language:Shell 1.0%Language:CMake 0.8%Language:M4 0.7%Language:C 0.4%Language:Makefile 0.2%