/blib

C++ base library

Primary LanguageC++MIT LicenseMIT

blib

license NewBSD C++

中文版

C++ Base Library
Like STL with some extension
a toy project for finding a job, just for reference

Contents

  • Modern C++ ,with C++11/14/17/20 new features
  • Allocator
  • Allocator with type traits
  • std::pmr
  • Low-level memory management (new/malloc/glibc/system call)
  • Exception handling
  • Type traits
  • Iterator
  • Iterator with hierarchy type traits based on C++20
  • Associative container implemented as red-black tree
  • Associative container implemented as hashtable
  • Thread-safe container
  • (stackless) coroutine
  • Other asynchronous operations
  • RPC

Usage

TODO HERE

Performance

TODO HERE

Reference

See List here.