[Media Feeds] Reduce space and increase speed
Right now we have a lot of strings in the schema_org generated code and this adds overhead and can be a bit slower. This adds a "schema_org_name_generator" build task that generates unsigned int hashes for all names in the schema. Unfortunately this is separate because the hash function is not available in Python. Change-Id: I567a48b388d1e9f5e20e6f5e153402e736c4d0f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144773 Commit-Queue: Becca Hughes <beccahughes@chromium.org> Reviewed-by:Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#758083}
Showing
Please register or sign in to comment