summaryrefslogtreecommitdiff
path: root/Changes
diff options
context:
space:
mode:
authorroot <root>2008-05-09 15:52:13 +0000
committerroot <root>2008-05-09 15:52:13 +0000
commit27a989dd483bf314f84f2a0b0f7708ab200acf7b (patch)
treea83fdc13577d2d285bb4ca1641c7f0e1ba75e8c2 /Changes
parent2d31af87182b532206cb9522146514bedf7624b7 (diff)
*** empty log message ***
Diffstat (limited to 'Changes')
-rw-r--r--Changes3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changes b/Changes
index d3d5820..3216dd0 100644
--- a/Changes
+++ b/Changes
@@ -6,6 +6,9 @@ Revision history for libev, a high-performance and full-featured event loop.
- use 3-based 4-heap for !EV_MINIMAL. this makes better use
of cpu cache lines and gives better growth behaviour than
2-based heaps.
+ - cache timestamp within heap for !EV_MINIMAL, to avoid random
+ memory accesses.
+ - document/add EV_USE_4HEAP and EV_HEAP_CACHE_AT.
- fix a potential aliasing issue in ev_timer_again.
- add/document ev_periodic_at, retract direct access to ->at.
- improve ev_stat docs.