=================================================================== RCS file: /cvs/mandoc/TODO,v retrieving revision 1.175 retrieving revision 1.177 diff -u -p -r1.175 -r1.177 --- mandoc/TODO 2014/08/08 20:04:36 1.175 +++ mandoc/TODO 2014/08/13 21:30:55 1.177 @@ -1,6 +1,6 @@ ************************************************************************ * Official mandoc TODO. -* $Id: TODO,v 1.175 2014/08/08 20:04:36 schwarze Exp $ +* $Id: TODO,v 1.177 2014/08/13 21:30:55 schwarze Exp $ ************************************************************************ ************************************************************************ @@ -281,6 +281,9 @@ http://stackoverflow.com/questions/1713048/ see also matthew@ Fri, 18 Jul 2014 19:25:12 -0700 +- consider whether can be used for Ar Dv Er Ev Fa Va. + from bentley@ Wed, 13 Aug 2014 09:17:55 -0600 + - check https://github.com/trentm/mdocml ************************************************************************ @@ -398,6 +401,10 @@ ************************************************************************ * performance issues ************************************************************************ + +- Why are we using MAP_SHARED, not MAP_PRIVATE for mmap(2)? + How does SQLITE_CONFIG_PAGECACHE actually work? Document it! + from kristaps@ Sat, 09 Aug 2014 13:51:36 +0200 Several areas can be cleaned up to make mandoc even faster. These are