aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db_hash.c
AgeCommit message (Expand)Author
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-15Merge branch 'rickard/+zebwt/OTP-12830'Rickard Green
2015-06-15ETS busy wait optionRickard Green
2015-06-15erts: Remove hashmap probabilistic heap overestimationSverker Eriksson
2015-04-08Merge branch 'sverk/ets-grow-faulty-assert/OTP-12647'Sverker Eriksson
2015-04-08erts: Fix ets bug in debug VMSverker Eriksson
2015-03-19Merge branch 'egil/maps/hamt/OTP-12585'Björn-Egil Dahlberg
2015-03-12erts: Add make_internal_hashSverker Eriksson
2015-03-12Create new BIF ets:update_counter/4Anthony Ramine
2014-12-19Merge branch 'lukas/erts/crashdump_improvements/OTP-12377'Lukas Larsson
2014-12-19ets: Increase data available in crash dumps and ets:infoLukas Larsson
2014-11-13erts: Optimize ets:lookup and ets:take for bagsSverker Eriksson
2014-05-30Implement ets:take/2Anthony Ramine
2013-09-16erts: Remove space in 'Buckets' printoutBjörn-Egil Dahlberg
2012-04-04Merge branch 'rickard/no_ets_write_concurrency/OTP-10048' into rickard/no_ets...Rickard Green
2012-04-04Remove unnecessary memory barriers in ETS when no write_concurrency is usedRickard Green
2012-02-19Misc memory barrier fixesRickard Green
2011-10-06ETS: Fix faulty size calculation SIZEOF_EXTSEGSverker Eriksson
2011-10-06ETS: Fix valgrind PossiblyLost in ETS hash tablesSverker Eriksson
2011-06-14Use new atomic API in runtime systemRickard Green
2011-05-13Merge branch 'rickard/barriers/OTP-9281' into devRickard Green
2011-05-13Add needed barriers for write_concurrency tablesRickard Green
2011-05-06ETS usage of erts_printf %RSverker Eriksson
2011-02-03HALFWORD ETS Further match spec optimization to minimize copying and garbageSverker Eriksson
2011-02-03HALFWORD ETS nicer update_elementSverker Eriksson
2011-02-03HALFWORD ETS Real matching on relative termsSverker Eriksson
2011-02-03HALFWORD ETS relative termsSverker Eriksson
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-22ETS 'compressed' option.Sverker Eriksson
2010-09-08Re-enable spin wait on ethreads rwlocksRickard Green
2010-08-19Remove binary overhead counter from ets objectsPatrik Nyblom
2010-08-10Merge branch 'rickard/ethread-rewrite/OTP-8544' into devRickard Green
2010-08-10Rewrite ethread libraryRickard Green
2010-07-20One off-heap list, to eliminate two words per ETS object.Sverker Eriksson
2010-03-10Make tracing and distribution workPatrik Nyblom
2010-02-10Merge branch 'egil/lcnt' into ccase/r13b04_devErlang/OTP
2010-02-08Add runtime option to enable/disable lcnt statsBjörn-Egil Dahlberg
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP