index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
erts
/
emulator
/
beam
/
erl_map.h
Age
Commit message (
Expand
)
Author
2017-10-13
erts: Implement maps path iterator
Lukas Larsson
2017-10-13
erts: Implement map iterator using a stack
Lukas Larsson
2017-05-04
Update copyright year
Raimo Niskanen
2017-04-22
erts: Support custom salt in enif_hash
Guilherme Andrade
2016-07-14
erts: Add erts_map_from_ks_and_vs
Lukas Larsson
2016-04-22
erts: Add BIF maps:take/2
Björn-Egil Dahlberg
2016-04-15
erts: Calculate flatmap value offset
Lukas Larsson
2016-03-15
update copyright-year
Henrik Nord
2015-12-08
Merge branch 'sverk/dist-ctrl-msg-overflow' into sverk/dist-ctrl-msg-overflow...
Sverker Eriksson
2015-12-07
erts: Tweak hashmap heap size estimation
Sverker Eriksson
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