https://github.com/mrdrivingduck/the-annotated-stl-sources-notes
⚒️ Notes of reading The Annotated STL Sources (using SGI STL).
https://github.com/mrdrivingduck/the-annotated-stl-sources-notes
cpp notes sgi-stl
Last synced: 9 months ago
JSON representation
⚒️ Notes of reading The Annotated STL Sources (using SGI STL).
- Host: GitHub
- URL: https://github.com/mrdrivingduck/the-annotated-stl-sources-notes
- Owner: mrdrivingduck
- Created: 2021-03-28T12:11:13.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-22T12:23:32.000Z (about 4 years ago)
- Last Synced: 2025-01-20T23:16:51.351Z (over 1 year ago)
- Topics: cpp, notes, sgi-stl
- Homepage:
- Size: 2.83 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the-annotated-stl-sources-notes
⚒️ Notes of reading _The Annotated STL Sources (using SGI STL)_.
Created by : Mr Dk.
2021 / 03 / 30 10:47
Nanjing, Jiangsu, China
---
## About
_源码面前,了无秘密_。献给每一位对 GP/STL 有所渴望的人。(by 侯捷)
_天下大事,必作于细_。向专家学习类型技术、内存管理、算法、数据结构、STL 各类组件之高阶实现技巧。追踪一流作品并于其中吸取养分,远比自己关起门来写个三流作品,价值高得多。(by 侯捷)
STL 是精致的软件框架,是为优化效率而无所不用其极的艺术品,是数据结构与算法大师经年累月的智能结晶,是泛型思想的光辉诗篇,是 C++ 高级技术的精彩亮相!(by 孟岩)
## License
Copyright © 2021, Jingtang Zhang. ([MIT License](./LICENSE))