I think I remember seeing it on this community. It was a darkly colored video. It was mostly focused on UX design, and the guy was talking about pretty innovative features with auto completion suggestions and undoing and things like that. Does anyone remember it or have a link? My search was fruitless.

  • Lung
    link
    25 months ago

    Performance of what, zsh? C ain’t good enough anymore??

    • 柊 つかさ
      link
      65 months ago

      I ditched ZSH a long time ago because it wasn’t snappy. From what I remember, things like autocomplete, syntax highlighting, etc were written in ZSH and not build in. In something like Fish it is build in and it felt much faster to me.

    • @[email protected]
      link
      fedilink
      25 months ago

      Yes, performance of zsh. Idk if it’s a bug, a language issue or just a downside of having more features but it is slower than bash

      • tmpod
        link
        fedilink
        55 months ago

        It’s not because of features, since fish has tons of stuff as well and is super snappy. Someone pointed out most of those extra features are implemented in zsh itself, rather than in C, like core features.