forked from Gaboose/owyl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
26 lines (17 loc) · 709 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
=================
Hacking on Owyl
=================
An issue tracker and the latest sources can be found at
<http://code.google.com/p/owyl/>. Currently, the project is in need
of the following:
* Need to improve tracebacks.
* Documentation improvements:
* some example usages in a separate "examples" folder should be the
next area of focus after basic functionality.
* Extensions:
* log -- given a logging function compatible w/ logging module
* Profiling & optimizing
* The framework needs to be profiled and examined for bottlenecks,
especially in the core behaviors.
* Based on profiling, some of the core behaviors could be rewritten
in Pyrex to gain some ground.