|
@@ -5,7 +5,12 @@
|
|
type.googleapis.com
|
|
type.googleapis.com
|
|
|
|
|
|
C++ (Beta)
|
|
C++ (Beta)
|
|
- * Improved hash maps. TODO(gpike)
|
|
|
|
|
|
+ * Improved hash maps.
|
|
|
|
+ - Improved hash maps comments. In particular, please note that equal hash
|
|
|
|
+ maps will not necessarily have the same iteration order and
|
|
|
|
+ serialization.
|
|
|
|
+ - Added a new hash maps implementation that will become the default in a
|
|
|
|
+ later release.
|
|
* Arenas
|
|
* Arenas
|
|
- Several inlined methods in Arena were moved to out-of-line to improve
|
|
- Several inlined methods in Arena were moved to out-of-line to improve
|
|
build performance and code size.
|
|
build performance and code size.
|