Page Speed Optimization Libraries  1.13.35.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces | Macros
vector_deque.h File Reference
#include <cstddef>
#include <cstring>
#include "pagespeed/kernel/base/basictypes.h"

Go to the source code of this file.

Classes

class  net_instaweb::VectorDeque< T >
 

Namespaces

 net_instaweb
 Unit-test framework for wget fetcher.
 

Macros

#define SPECIAL_CASE_POINTER_AT_0   1
 

Macro Definition Documentation

#define SPECIAL_CASE_POINTER_AT_0   1

Special faster versions of PointerAt(0) that avoid some math. This seems like a clear small win, however, microbenchmarking suggests it's a significant performance loss. Investigation is required.