aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db_hash.c
AgeCommit message (Expand)Author
2019-03-07erts: Remove ets traversal yielding if heap fragmentSverker Eriksson
2017-09-07Replace ad-hoc MIN/MAX macros with common onesJohn Högberg
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-05-04Update copyright yearRaimo Niskanen
2017-04-28Merge PR1413 from g-andrade/feature/phash2_nifSverker Eriksson
2017-04-22erts: Support custom salt in enif_hashGuilherme Andrade
2017-04-12erts: Introduce struct binary_internalsSverker Eriksson
2017-03-28Fix use of uninitialized variable 'ret'Sverker Eriksson
2017-03-24Fix double hit bug of select/3 with bound keySverker Eriksson
2017-03-23Remove redundant variable initializationsGuilherme Andrade
2017-03-22Use ETS table id references on select_replaceGuilherme Andrade
2017-03-22erts: Optimize ets:select_replace to not use heapSverker Eriksson
2017-03-22Cleanup some unnecessary variable initializationSverker Eriksson
2017-03-22Fix typo that broke debug buildsGuilherme Andrade
2017-03-22Reject unsafe matchspecs on ets:select_replace/2Guilherme Andrade
2017-03-22Use magic refs on revamped ETS codeGuilherme Andrade
2017-03-22Deduplicate select* code on ETS hash tablesGuilherme Andrade
2017-03-22Disable ets:select_replace/2 for bagsGuilherme Andrade
2017-03-22ETS: Allow for matchspec-based replacementGuilherme Andrade
2017-03-22erts: Improve reduction count during table cleanupSverker Eriksson
2017-03-22erts: Remove meta_main_tabSverker Eriksson
2017-03-22erts: Pass tid argument down to trapping functionsSverker Eriksson
2017-03-22erts: Replace meta_pid_to{_fixed}_tab with linked listsSverker Eriksson
2017-02-06Use magic refs for compiled match specsRickard Green
2016-11-22Merge branch 'maint'Sverker Eriksson
2016-11-17erts: Refactor crash dumping with cbprintfSverker Eriksson
2016-09-21Merge branch 'sverker/ets-load-factor/OTP-13903'Sverker Eriksson
2016-09-19erts: Unify reduction count for ets:selectSverker Eriksson
2016-09-19erts: Tweak ets grow/shrink to keep up at contentionSverker Eriksson
2016-09-19erts: Fix ets_SUITE:memorySverker Eriksson
2016-09-19erts: Suppress failed ETS memory checksSverker Eriksson
2016-09-19erts: Reduce ets hash load factorSverker Eriksson
2016-09-19erts: Enable a smaller first hash segment for etsSverker Eriksson
2016-09-19erts: Redesign ets with separate segment tablesSverker Eriksson
2016-09-19erts: Remove unnecessary access of 'is_resizing'Sverker Eriksson
2016-08-07Correct spelling of atomicityMahesh Baheti
2016-07-11erts: Fix deadlock in ets:update_counter/4Sverker Eriksson
2016-07-11erts: Optimize db_finalize_dbterm_hashSverker Eriksson
2016-06-08Revert "erts: Change ETS hash load factor"Sverker Eriksson
2016-06-08Revert "erts: Remove unnecessary access of 'is_resizing'"Sverker Eriksson
2016-06-01erts: Remove unnecessary access of 'is_resizing'Sverker Eriksson
2016-06-01erts: Change ETS hash load factorSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2016-02-24Merge branch 'master' into sverk/master/halt-INT_MINSverker Eriksson
2016-02-24erts: Change erl_exit into erts_exitSverker Eriksson
2015-07-01Merge branch 'egil/remove-halfword/OTP-12883'Björn-Egil Dahlberg
2015-06-26erts: Fix ETS race between object deleter and table unfixerSverker Eriksson
2015-06-24erts: Remove halfword relative printfBjörn-Egil Dahlberg
2015-06-24erts: Remove halfword heap relative comparisionsBjörn-Egil Dahlberg
2015-06-24erts: Remove halfword basic relative heap operationsBjörn-Egil Dahlberg