summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/erl_db_catree.h
Commit message (Expand)AuthorAgeFilesLines
* ETS ordered_set: Improvements to the CA tree implementationKjell Winblad2019-06-111-1/+1
* Fix broken ETS test caseKjell Winblad2019-04-181-0/+1
* Decentralized counters for ETS ordered_set with write_concurrencyKjell Winblad2019-04-101-1/+4
* erts: Remove lock ordering of catree base nodesSverker Eriksson2018-10-261-3/+0
* erts: Do contention adaptions during (updating) iterationsSverker Eriksson2018-10-231-4/+7
* erts: Add erts_debug feature 'ets_force_split'Sverker Eriksson2018-10-231-0/+2
* erts: Implement ets:info(T, stats) for catreesSverker Eriksson2018-10-231-0/+8
* erts: Remove tree merging for ets:select*Sverker Eriksson2018-10-191-0/+19
* erts: Refactor out DbRouteKey structSverker Eriksson2018-10-031-7/+9
* erts: Add lock order check for route nodesSverker Eriksson2018-10-031-0/+3
* erts: Add lock order check of erl_db_catree base nodesSverker Eriksson2018-10-031-0/+10
* erts: Improve deallocation of CATree nodesSverker Eriksson2018-10-031-2/+0
* erts: Refactor rename union in DbTableCATreeNodeSverker Eriksson2018-10-031-1/+1
* Add a more scalable ETS ordered_set implementationKjell Winblad2018-09-051-0/+91