Leonardo de Moura
|
c056894da3
|
feat: add Option.get!, Option.getOrElse ==> Option.getD
|
2019-10-03 16:50:07 -07:00 |
|
Leonardo de Moura
|
338c9359fa
|
feat: add find! to maps
|
2019-10-03 16:49:57 -07:00 |
|
Leonardo de Moura
|
92b39e7161
|
chore(library/init): add findD variants
@cc @dselsam
|
2019-09-30 17:26:27 -07:00 |
|
Leonardo de Moura
|
18e6a106f4
|
feat(library/init/lean/smap): implement SMap using PHashMap instead of RBMap
|
2019-09-20 14:22:03 -07:00 |
|
Sebastian Ullrich
|
3ed67138d5
|
chore(*): update equation syntax in files and old parser
for f in ../../**/*.lean; do echo $f; ./patch.lean.out $f > tmp && cat tmp > $f; done
|
2019-08-09 11:11:34 +02:00 |
|
Leonardo de Moura
|
7212fbab6e
|
perf(library/init/lean/environment): search hashmap first
Hypothesis: the vast majority of Environment queries try to access
imported constants instead of local ones.
|
2019-05-15 11:01:25 -07:00 |
|
Leonardo de Moura
|
70dce4b775
|
feat(library/init/lean/environment): show rbmap depth and hashmap bucket size
|
2019-05-15 11:01:25 -07:00 |
|
Leonardo de Moura
|
3193e91aff
|
feat(library/init/lean/environment): add Environment.displayStats and --stats command line argument
|
2019-05-15 11:01:25 -07:00 |
|
Leonardo de Moura
|
5fa924ff4a
|
feat(library/init/lean/environment): improve registerPersistentEnvExtension signature
|
2019-05-14 16:25:43 -07:00 |
|
Leonardo de Moura
|
9e246b365e
|
feat(library/init/lean): add SMap for implementing Environment
|
2019-05-09 07:38:26 -07:00 |
|