Skip to content
Snippets Groups Projects
Select Git revision
  • a896951a9a8d8585d094e5ee6d7d37ff17d1b73e
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

map.c

Blame
  • user avatar
    Damien George authored
    Small hash tables (eg those used in user class instances that only have a
    few members) now only use the minimum amount of memory necessary to hold
    the key/value pairs.  This can reduce performance for instances that have
    many members (because then there are many reallocations/rehashings of the
    table), but helps to conserve memory.
    
    See issue #1760.
    00137b8c
    History
    map.c 15.06 KiB