How fast should an unoptimized terminal run?

This page summarizes the projects mentioned and recommended in the original post on /r/programming

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Windows Terminal

    The new Windows Terminal and the original Windows console host, all in the same place!

  • Also mmozeiko, in the original github issue that spawned this whole thing, identified that the issue in conhost is that it does a bunch of unnecessary string processing that is slow. So, on some level, Casey does know why conhost is slow, because he read that thread.

  • refterm

    Reference monospace terminal renderer

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • hyperterm

    A terminal built on web technologies

  • termbench

    Simple benchmark for terminal output

  • When looking into the issue further, he made a benchmark for the terminal: termbench. On the issue he made, him and a couple others found that the Windows Terminal was spending a large amount of time parsing VT codes. A fair bit of this bottleneck was due to std::string and std::vector resizing.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • What professional tools are you guys using in your daily work

    2 projects | /r/developersIndia | 21 Mar 2023
  • Deleting Software I Wrote Upon Leaving Employment of a Company

    1 project | news.ycombinator.com | 15 Mar 2024
  • A glimpse into the universe where Windows died with the 1980s

    2 projects | news.ycombinator.com | 12 Mar 2024
  • Terminal commands I use as a frontend developer

    4 projects | dev.to | 9 Mar 2024
  • Hyper: A terminal built on web technologies

    1 project | news.ycombinator.com | 16 Feb 2024