
sgi
文章平均质量分 80
github_31737299
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
SGI STL (7) :: why stl containers have their own iterators?
Hi guysMy Email: jakezhang1989@hotmail.com My GitHub LinkThank you for taking time to go through this post from which you would get what you want. If you have any problems or opinions that are diffe原创 2016-03-15 18:19:44 · 348 阅读 · 0 评论 -
SGI STL (4) :: String Implementation Issue
Issue in String Draft Standardthe problem is that, if two strings share a common representation, they are vulnerable to modification through a pre-existing reference or iterator. #include <string>#inc原创 2016-03-08 12:50:31 · 271 阅读 · 0 评论 -
SGI STL :: Source Code Analysis :: stl_config.h
Hi guysMy Email: jakezhang1989@hotmail.com My GitHub LinkThank you for taking time to go through this post from which you would get what you want. If you have any problems or opinions that are diffe原创 2016-03-13 12:13:10 · 576 阅读 · 0 评论 -
SGI STL (5) :: Allocator Design
SGI STL Supports 1. Allocator interface in the C++ standard 2. Its own customized Default Allocator.SGI Default Allocatordefault allocator maintains its own free lists for small objects. It u原创 2016-03-08 09:22:26 · 322 阅读 · 0 评论 -
SGI STL (1) :: Use Proper Containers and Algorisms
what complexity meansIf you ignore it, the performance of the resulting program will often render it useless. For example: Consider the STL vector container. Ignoring the complexity specification, i原创 2016-03-08 13:24:14 · 332 阅读 · 0 评论 -
SGI STL (2) :: Classification of Components
Categories are a classification by functionality and they are:ContainerIteratorAlgorithmFunction ObjectUtilityAdaptorAllocatorComponent types are a structural classification: one based on what原创 2016-03-08 16:54:26 · 498 阅读 · 0 评论 -
SGI STL (3) :: Thread Safe
SGI STL THREAD SAFE原创 2016-03-08 10:53:12 · 303 阅读 · 0 评论