onivim/oni

Benchmark typing latency

Open

#90 创建于 2016年12月12日

在 GitHub 查看
 (6 评论) (3 反应) (0 负责人)TypeScript (336 fork)batch import
help wantedinsiderperformance

仓库指标

Star
 (11,389 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

This article: https://pavelfatin.com/typing-with-pleasure/ has a really great and in-depth investigation into the typing latency of various editors. This latency - the time from pressing the key to seeing the result on the screen - is incredibly important especially with developers. This latency is a huge part in whether an editor is a joy to use or if it feels slow.

For this work, we should look at the following:

  • What are the current measurements of typing latency?
  • What can we do to improve?
  • Can we add metrics so that build-over-build we can see how the latency changes?

贡献者指南