ObjFW  Check-in [6cbbd7c39c]

Overview
Comment:Don't use madvise().

It turns out the overhead of calling madvise() is bigger than the gain
of using it.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 6cbbd7c39c35513ed77073c0ab5ae03c01ec7a0f5f62363418554da16dfd50fb
User & Date: js on 2011-10-11 21:55:19
Other Links: manifest | tags
Context
2011-10-11
22:13
Small optimization in OFXMLParser. check-in: 8523d20555 user: js tags: trunk
21:55
Don't use madvise(). check-in: 6cbbd7c39c user: js tags: trunk
21:37
Include stdlib.h instead of alloca.h. check-in: adf57d7dbf user: js tags: trunk
Changes