/OSTL

Othereum's C++ Standard Template Library

Primary LanguageC++BSD 2-Clause "Simplified" LicenseBSD-2-Clause

OSTL

직접 구현해보는 C++ 표준 템플릿 라이브러리 (STL) 입니다.

목록

  • vector (with vector<bool> specialization)
  • function (TODO: member function, small object optimization)
  • string - W.I.P (with short string optimization)
  • memory - W.I.P (Currently working on shared_ptr)