lean4-htt/src/Init/Data/Ord
Markus Himmel c039e29a3f
perf: shorten critical build path around String.Basic (#10614)
This PR cuts some edges from the import graph.

Specifically:
- `TreeMap` and `HashMap` no longer depend on `String`, so now the
expensive things are all in parallel instead of partially in sequence
- `Omega` no longer relies on `List` lemmas
- The section of the import graph between `Init.Omega` and
`Init.Data.Bitvec.Lemmas` is cleaned up a bit
2025-09-29 19:45:21 +00:00
..
Array.lean perf: shorten critical build path around String.Basic (#10614) 2025-09-29 19:45:21 +00:00
Basic.lean perf: shorten critical build path around String.Basic (#10614) 2025-09-29 19:45:21 +00:00
BitVec.lean
SInt.lean perf: shorten critical build path around String.Basic (#10614) 2025-09-29 19:45:21 +00:00
String.lean perf: shorten critical build path around String.Basic (#10614) 2025-09-29 19:45:21 +00:00
UInt.lean perf: shorten critical build path around String.Basic (#10614) 2025-09-29 19:45:21 +00:00
Vector.lean perf: shorten critical build path around String.Basic (#10614) 2025-09-29 19:45:21 +00:00