commits
Measured actual firehose, and most #commit messages are between 4k and
8k bytes. 10k covers almost all events, without being too much
over-allocation memory use.
These result in cleaner JSON for things like test fixtures. Used in new
relay project.
cc: @whyrusleeping to check that other code isn't depending on the
previous serialization. Eg, I think you have a memcache identity cache
around somewhere. The redis caching stuff uses a different reflect-based
serialization technique.
Forgot to commit this files in an earlier cleanup PR.
These result in cleaner JSON for things like test fixtures. Used in new
relay project.
cc: @whyrusleeping to check that other code isn't depending on the
previous serialization. Eg, I think you have a memcache identity cache
around somewhere. The redis caching stuff uses a different reflect-based
serialization technique.