From c76b44e91d947431d520d81a53ed7320e3814fdf Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Sun, 15 Jan 2012 01:36:22 +0000 Subject: [PATCH] TODO: add a memory view class --- TODO | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TODO b/TODO index 4204a9b2..affdd2e8 100644 --- a/TODO +++ b/TODO @@ -17,6 +17,9 @@ Medium Priority * highlighters and filters groups. So that many different highlighters (for example syntax highlighting for a language) can be handled as one. +* Write a MemoryView class and port const vectors parameters to memory + views in order to avoid useless memory copies. + Low Priority ------------