.issues/ebda8db3f9908e33
author Dmitriy Morozov <morozov@cs.duke.edu>
Sun, 02 Mar 2008 16:11:05 -0500
branchar
changeset 83 cf653a5a2d4f
parent 69 612ef46d4221
permissions -rwxr-xr-x
Small logging additions + maintain_lazy = false + eventqueue - Filtration::transpose( ..., maintain_lazy = false ) - EventQueue inserts a new event after all the ones equal to it, not before

From artemis Mon Feb 25 16:30:10 2008
From: Dmitriy Morozov <morozov@cs.duke.edu>
Date: Mon, 25 Feb 2008 11:29:27 -0500
State: new
Subject: Efficient EventQueue
Message-Id: <ebda8db3f9908e33-0-artemis@metatron>

Change EventQueue to an efficient implementation, e.g., using a Fibonacci heap.