aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_db.h
AgeCommit message (Expand)Author
2019-07-22Fix node container refc tests of ETSRickard Green
2019-04-18Fix broken ETS test caseKjell Winblad
2019-04-10Decentralized counters for ETS ordered_set with write_concurrencyKjell Winblad
2019-02-21erts: Yield later during process exit and allow free procs to runLukas Larsson
2018-10-23erts: Add erts_debug feature 'ets_force_split'Sverker Eriksson
2018-10-03erts: Improve deallocation of CATree nodesSverker Eriksson
2018-09-05Add a more scalable ETS ordered_set implementationKjell Winblad
2018-06-18Update copyright yearHenrik Nord
2018-06-04erts: Increase scalability of ets name lookupSverker Eriksson
2018-06-04erts: Add system_info(ets_count)Sverker Eriksson
2018-05-08erts: Make atomic ets:delete_all_objects yieldSverker Eriksson
2018-04-20erts: Use table ref for select continuationSverker Eriksson
2017-07-17erts: Replace usage of all erts_smp prefixes to just ertsLukas Larsson
2017-07-06Allow toggling lock counting at runtimeJohn Högberg
2017-03-22ETS: Allow for matchspec-based replacementGuilherme Andrade
2017-03-22erts: Replace meta_pid_to{_fixed}_tab with linked listsSverker Eriksson
2017-03-02Implement ets:all() using scheduler specific dataRickard Green
2016-11-22Merge branch 'maint'Sverker Eriksson
2016-11-17erts: Refactor crash dumping with cbprintfSverker Eriksson
2016-09-19erts: Suppress failed ETS memory checksSverker Eriksson
2016-09-19erts: Redesign ets with separate segment tablesSverker Eriksson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-15ETS busy wait optionRickard Green
2013-09-24add system_info(ets_limit)Steve Vinoski
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-08-02Use thread progress instead of scheduling misc aux work were possibleRickard Green
2011-06-14Use new atomic API in runtime systemRickard Green
2010-12-15Use new atomic types in emulatorRickard Green
2010-11-22ETS 'compressed' option.Sverker Eriksson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP