Skip to content
  • Cheng Shao's avatar
    634e3560
    compiler: use fromAscList when applicable · 634e3560
    Cheng Shao authored
    This patch uses fromAscList (with O(n) complexity) instead of fromList
    (with O(nlogn) complexity) in certain Binary instances. It's safe to
    do so since the corresponding serialization logic is based on toList
    (same as toAscList).
    
    (cherry picked from commit 1c8e608a)
    (cherry picked from commit 048b5404)
    634e3560
    compiler: use fromAscList when applicable
    Cheng Shao authored
    This patch uses fromAscList (with O(n) complexity) instead of fromList
    (with O(nlogn) complexity) in certain Binary instances. It's safe to
    do so since the corresponding serialization logic is based on toList
    (same as toAscList).
    
    (cherry picked from commit 1c8e608a)
    (cherry picked from commit 048b5404)
Loading