Adobe Illustrator vs Sketch performance (youtube.com)

almost 9 years ago from Johan Ronsse, Interface designer at Mono

  • Marc EdwardsMarc Edwards, almost 9 years ago

    Yeah, but the difficultly is changing mountains of code that’s 32bit (often with no performance benefit). My point was that older apps are often harder to transition to new tech. Being older and bigger is a disadvantage in that situation.

    0 points
    • Diego LafuenteDiego Lafuente, almost 9 years ago

      Good to know. Some people told me 64-bit is not so great speed benefit as they advertise. What about multi-core?

      0 points
      • Marc EdwardsMarc Edwards, almost 9 years ago

        What about multi-core?

        Often that’s even harder to take advantage of than 64bit. Making the most of multiple cores can require huge structural changes, if you haven’t planned well for it. It’s worth noting that not all parts of an app will benefit... it’s usually just the heavy processing that needs to be split into different threads.

        0 points