Sebastian Ullrich
|
5cd352588c
|
perf: use mimalloc with important C++ hash maps (#7868)
`unordered_map`/`unordered_set` does an allocation per insert, use
mimalloc for them for important hash maps
|
2025-04-11 16:23:33 +00:00 |
|
Sebastian Ullrich
|
0ed1cf7244
|
fix: LEAN_EXPORT in sharecommon (#4893)
|
2024-08-01 13:03:25 +02:00 |
|
Leonardo de Moura
|
a856016b9d
|
perf: precise cache for expr_eq_fn (#4890)
This performance issue was exposed by the benchmarks at
https://github.com/leanprover/LNSym/tree/proof_size_expt/Proofs/SHA512/Experiments
|
2024-08-01 02:56:41 +00:00 |
|
Leonardo de Moura
|
db594425bf
|
refactor: sharecommon (#4887)
This PR also fixes a missing borrow annotation.
|
2024-07-31 19:13:12 +00:00 |
|