lean4-htt/src/tests/library
Leonardo de Moura 39ef7aeee2 chore(util): remove memory_pool
memory_pool object introduces memory contention and unnecessary
complexity. Moreover, it actually reduces performance when we compile
Lean using JEMALLOC.

Here are the numbers for corelib

jemalloc with memory_pool:    13.83 secs
jemalloc without memory_pool: 13.60 secs
2018-04-12 16:43:10 -07:00
..
rewriter feat(tests): run tests in emscripten build 2016-10-16 14:41:35 -07:00
CMakeLists.txt feat(library): add persistent hashtable based on parray 2017-05-04 15:35:25 -07:00
deep_copy.cpp chore(tests): fix some C++ unit tests 2016-06-10 18:29:41 -07:00
delayed_abstraction.cpp chore(*): type_context ==> type_context_old 2018-03-05 12:38:24 -08:00
expr_lt.cpp fix(tests): initialize util module 2016-12-08 13:11:53 -08:00
head_map.cpp chore(tests): fix some C++ unit tests 2016-06-10 18:29:41 -07:00
occurs.cpp chore(tests): fix some C++ unit tests 2016-06-10 18:29:41 -07:00
parray.cpp chore(util): remove memory_pool 2018-04-12 16:43:10 -07:00
phashtable.cpp feat(library/phash_map): add persistent hash_map based on phashtable 2017-05-05 12:36:13 -07:00