8000 GitHub - yung-turabian/libreis: A C/C++ library with a mix of niceties and oddities.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

yung-turabian/libreis

Repository files navigation

libreis logo

libreis

A C/C++ library with a mix of niceties and oddities. Built for C, works with C++.

Notable Features

Data Structures

  • Generic (void*) hash table/map
  • Trie
  • Pair
  • Multi map
  • Generic list (void* but also tracks type)
  • Matrix (WIP)

Extensions to cstdlib

  • String operations
  • File interactions
  • Memory management wrappers
  • Unix operations

Building

mkdir build
cd build
cmake ..
make

or

mkdir build
cd build
emcmake cmake ..
make

About

A C/C++ library with a mix of niceties and oddities.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0