[map] First try at implementing an integer-to-integer hashmap
authorBehdad Esfahbod <behdad@behdad.org>
Tue, 29 May 2018 23:28:48 +0000 (16:28 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Tue, 29 May 2018 23:29:12 +0000 (16:29 -0700)
commit743fdd9c618c949d7f45324386bd0bb37435db46
tree7eeda9ace521a7f0cd6fb8e5a987b5b177fe7e58
parent65c82179c9b3aafd90987485a49c09dbbb473c90
[map] First try at implementing an integer-to-integer hashmap

Fully untested.
src/Makefile.sources
src/hb-map-private.hh [new file with mode: 0644]
src/hb-map.cc [new file with mode: 0644]
src/hb-map.h [new file with mode: 0644]
src/hb.h