Age | Commit message (Expand) | Author |
2015-06-24 | erts: Remove halfword basic relative heap operations | Björn-Egil Dahlberg |
2015-06-24 | erts: Remove HALFWORD_HEAP definition | Björn-Egil Dahlberg |
2015-06-18 | Change license text to APLv2 | Bruce Yinhe |
2015-06-15 | erts: Remove hashmap probabilistic heap overestimation | Sverker Eriksson |
2015-03-25 | erts: Combine flat and hash maps under one unifying tag | Björn-Egil Dahlberg |
2015-03-24 | erts: Remove HAMT_SUBTAG_NODE_ARRAY | Sverker Eriksson |
2015-03-19 | erts: Ensure maps uses _rel functions in halfword | Björn-Egil Dahlberg |
2015-03-13 | erts: Restrict GCC intrinsics by compiler version | Björn-Egil Dahlberg |
2015-03-12 | erts: Set Maps small limit to 32 items | Björn-Egil Dahlberg |
2015-03-12 | erts: Make hashmap iterator more flexible | Sverker Eriksson |
2015-03-12 | erts: Refactor maps naming convention | Sverker Eriksson |
2015-03-12 | erts: Add hashmap_iterator_prev to maps | Björn-Egil Dahlberg |
2015-03-12 | erts: Tweak over estimation of hashmap size for binary_to_term | Sverker Eriksson |
2015-03-12 | erts: Reject duplicate keys for hamt in binary_to_term | Sverker Eriksson |
2015-03-12 | First stab at binary_to_term for hamt | Sverker Eriksson |
2015-03-12 | erts: Refactor hashmap_from_ks_and_vs | Björn-Egil Dahlberg |
2015-03-12 | erts: Fix update_map_assoc instruction | Björn-Egil Dahlberg |
2015-03-12 | erts: Add make_internal_hash | Sverker Eriksson |
2015-03-12 | erts: Split hashmap_insert to down and up | Björn-Egil Dahlberg |
2015-03-12 | erts: Handle hashmap in get_map_element(s) instructions | Björn-Egil Dahlberg |
2015-03-12 | erts: Remove erl_hashmap.[ch] files | Björn-Egil Dahlberg |
2015-03-12 | erts: Move hashmap:from_list/1 to maps | Björn-Egil Dahlberg |
2015-03-12 | erts: Move hashmap:get/2, find/2 and is_key/2 to maps | Björn-Egil Dahlberg |
2015-03-12 | erts: Move hashmap:to_list/1, keys/1 and values/1 to maps | Björn-Egil Dahlberg |
2014-08-20 | Return pointer to value in erts_maps_get() | Anthony Ramine |
2014-01-29 | erts: Add map construction to driver API | Sverker Eriksson |
2014-01-29 | erts: Add NIFs for Maps | Björn-Egil Dahlberg |
2014-01-28 | erts: Introduce more Maps BIFs | Björn-Egil Dahlberg |
2014-01-28 | erts: Initial Map instructions, type and structure | Björn-Egil Dahlberg |