diff options
author | Araq <rumpf_a@web.de> | 2014-06-12 16:05:50 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-06-12 16:05:50 +0200 |
commit | 15909c7be25a5956d0af7bd8d975b23d51fba560 (patch) | |
tree | c6edf9a748f2d20470a3d384f57d181589ba9390 /todo.txt | |
parent | 9354b8a9d7a4cbc47b0d427c34849dd316b2a65e (diff) | |
download | Nim-15909c7be25a5956d0af7bd8d975b23d51fba560.tar.gz |
optimized method dispatchers
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.txt b/todo.txt index 996067175..539089281 100644 --- a/todo.txt +++ b/todo.txt @@ -138,7 +138,6 @@ Not essential for 1.0.0 - implement the "snoopResult" pragma; no, make a strutils with string append semantics instead ... - implement "closure tuple consists of a single 'ref'" optimization -- optimize method dispatchers - new feature: ``distinct T with operations`` - arglist as a type (iterator chaining); variable length type lists for generics - implement marker procs for message passing |