diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-09 14:24:53 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-08-09 14:24:53 +0000 |
commit | 0ea1030bba20b5f8f3b909a4e5673b2f1798af92 (patch) | |
tree | 1912ed3e6775cf821136982e6afeb0deb1e2d38a /TODO | |
parent | 1edd5931bfc9dd3824a71ed842a034c18e5426e9 (diff) | |
download | mandoc-0ea1030bba20b5f8f3b909a4e5673b2f1798af92.tar.gz |
mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags;
found by kristaps@ on Mac OS X
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -399,6 +399,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 - improve hashing mechanism for macros (quite important: performance) |