Discussion:
Interchange Functions
(too old to reply)
Luke Robison
2005-10-02 16:40:45 UTC
Permalink
Anyone found a good use for the interchange functions
interchangeWithTrailer and interchangeWithLeader ?

It kind of concerns me that my implementation hasn't used them yet
-luke
Somik Behera
2005-10-02 21:48:24 UTC
Permalink
I have used it in my update() method, just following the pseudo code in
vitter's paper.

-somik
Anyone found a good use for the interchange functions interchangeWithTrailer
and interchangeWithLeader ?
It kind of concerns me that my implementation hasn't used them yet
-luke
Son Le
2005-10-02 22:06:41 UTC
Permalink
in update,you call this function first and only once. Tthen after is the
while loop.
Post by Somik Behera
I have used it in my update() method, just following the pseudo code in
vitter's paper.
-somik
Post by Luke Robison
Anyone found a good use for the interchange functions
interchangeWithTrailer and interchangeWithLeader ?
It kind of concerns me that my implementation hasn't used them yet
-luke
Loading...