lean4-htt/src/Std
Henrik Böving bb23713542
perf: skip computing hash of bv_decide BVExpr.Cache.Key (#7709)
This PR skips computation of the hash of `BVExpr.Cache.Key` as the
expression's hash is a computed field and the width is already mixed in
by its hash function. This will probably only have a very minor effect
but is visible in large SMTLIB benchmarks.
2025-03-28 17:21:10 +00:00
..
Classes feat: Ord-related instances for various types (#7687) 2025-03-28 13:31:09 +00:00
Data feat: add simp-friendly, Ord-based tree map lemmas (#7697) 2025-03-28 08:29:16 +00:00
Internal doc: Rat.lean docstring: "Mathlib" -> "Batteries" (#7708) 2025-03-28 14:56:44 +00:00
Net feat: add network interfaces (#7578) 2025-03-24 17:57:05 +00:00
Sat feat: review of implicitness of arguments in List/Array (#7672) 2025-03-26 04:40:06 +00:00
Sync feat: API to avoid deadlocks from dropped promises (#6958) 2025-02-07 15:33:10 +00:00
Tactic perf: skip computing hash of bv_decide BVExpr.Cache.Key (#7709) 2025-03-28 17:21:10 +00:00
Time feat: Ord-related instances for various types (#7687) 2025-03-28 13:31:09 +00:00
Classes.lean feat: tree map data structures and operations (#6914) 2025-02-11 14:47:47 +00:00
Data.lean feat: tree map data structures and operations (#6914) 2025-02-11 14:47:47 +00:00
Internal.lean feat: implement basic async IO with timers (#6505) 2025-01-13 18:11:04 +00:00
Net.lean feat: Std.Net.Addr (#6563) 2025-01-09 09:33:03 +00:00
Sat.lean feat: Std.Sat.AIG (#4953) 2024-08-12 14:58:38 +00:00
Sync.lean refactor: move IO.Channel and IO.Mutex to Std.Sync (#6282) 2024-12-03 09:36:50 +00:00
Tactic.lean chore: fix spelling mistakes in src/Std/ (#5431) 2024-09-23 20:39:34 +00:00
Time.lean fix: corrects the handling of datetime size for certain specifiers during parsing (#7571) 2025-03-26 16:11:13 +00:00