lean4-htt/tests
Leonardo de Moura 5db219aae5 test(tests/playground): rbmap example
@kha The Lean rbmap is 3x slower than the C++ rb_map.
I tried two different implementations: rbmap2 (Appel's Coq
implementation), and rbmap3 (tries to simulate the C++ version).
I believe rbmap3 is broken since it is too slow.
I have also identified missing reset/reuse opportunities.
The actual implementation misses a case the simple code at reuse.txt gets :(
rbmap3 also exposes the "TODO(Leo): improve this" at library/compiler/reduce_arity.cpp
2019-02-19 19:01:51 -08:00
..
compiler test(tests/compiler/array_test): basic array test 2019-02-16 16:08:49 -08:00
ir refactor(library/system/io): move into init 2018-08-21 08:43:09 -07:00
lean feat(library/init/lean/frontend): rework error reporting 2019-02-12 13:34:32 +01:00
playground test(tests/playground): rbmap example 2019-02-19 19:01:51 -08:00