From dabdeb62a2e335eac8f28722b91c00ef075f8860 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Fri, 23 Nov 2012 13:41:17 +0100 Subject: [PATCH] update TODO --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 692963dc..b4390bf8 100644 --- a/TODO +++ b/TODO @@ -15,3 +15,9 @@ Medium Priority * key binding support * configurable insert mode completion support + +* File loading optimizations: loading big files is sloooooooow + take a look at mmap + +* pasting big chunks of text from the terminal is slooooow as well + optimize that.