# sgi-stl-v **Repository Path**: joejoe9999/sgi-stl ## Basic Information - **Project Name**: sgi-stl-v - **Description**: SGI STL 源码学习 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 4 - **Created**: 2022-07-19 - **Last Updated**: 2022-07-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## About ## 这个是SGI(Silicon Graphics Computer Systems, Inc.)版本的STL实现,是侯捷老师最推荐的可读性最高的一种STL实现。GCC 中用的就是这个版本的实现。 ### resource ### * SGI STL主页:http://www.sgi.com/tech/stl/index.html * STLport主页:http://www.stlport.org/ (STLport有各种平台的移植版本)