Use AtomicHashMap for NamedEntities and StaticStrings
commit1489c698dce02e79cad21206f401d303be6af4c9
authorMark Williams <mwilliams@fb.com>
Wed, 8 May 2013 23:22:13 +0000 (8 16:22 -0700)
committerSara Golemon <sgolemon@fb.com>
Mon, 20 May 2013 19:04:09 +0000 (20 12:04 -0700)
treee6a9ecb1e9b25a807bd3a35b5d2ffa7eda773207
parent1efb5915a0241351856879a3e0d76c4dd27a345a
Use AtomicHashMap for NamedEntities and StaticStrings

Its faster as long as you have a good starting point.
Add RuntimeOptions to specify initial sizes.
hphp/runtime/base/runtime_option.h
hphp/runtime/base/server/admin_request_handler.cpp
hphp/runtime/base/string_data.cpp
hphp/runtime/vm/named_entity.h
hphp/runtime/vm/unit.cpp
hphp/runtime/vm/unit.h