onivim/oni

Benchmark typing latency

开放

#90 创建于 2016年12月12日

 (6 条评论) (3 个反应) (0 位负责人)TypeScript (297 个派生)batch import
help wantedinsiderperformance

仓库指标

星标
 (11,246 个星标)
PR 合并指标
 (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?

贡献者指南