/hashmap

Primary LanguageCMIT LicenseMIT

hashmap

a simple universal hashmap implementation for distributed programming class WIP

todo

  • for now the datatype it stores is (void *), so not quite universal just yet, but it should be an easy modification
  • it's untested, probably really buggy, needs testing