hasher instances for 8-bit and 16-bit integral types
authorYedidya Feldblum <yfeldblum@fb.com>
Thu, 11 May 2017 05:41:55 +0000 (22:41 -0700)
committerFacebook Github Bot <facebook-github-bot@users.noreply.github.com>
Thu, 11 May 2017 05:50:36 +0000 (22:50 -0700)
commit9c626faa547649a8e110cea91126c17bcfcb0f3f
treeb3ceaa37ce2b958d8790feb8376edf180c34536f
parentf3bbb0b1faa8f430a41dc2f49b10d56af9851e89
hasher instances for 8-bit and 16-bit integral types

Summary:
[Folly] `hasher` instances for 8-bit and 16-bit integral types.

Allowing the use of `Hash` with such types.

They are not necessarily the ideal algorithms for those widths, essentially forwarding to the 32-bit instances.

Reviewed By: luciang

Differential Revision: D5043094

fbshipit-source-id: 6ef96dfc8d1baf0a15b9bdd585b7c7672099e4f0
folly/Hash.h