$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Allan Odgaard (ML_at_[hidden])
Date: 2004-03-30 16:25:24
On 30. Mar 2004, at 21:22, Jonathan Turkanis wrote:
>> I figure the usefulness of such a library mostly has to do with
>> optimizing (and clipping) refresh in a graphical view port, which is
>> often something the operating system takes care of.  And thus user
>> code rarely has to deal with these things.
> Are you suggesting that the library would be useful mostly to people
> writing operating systems?
Yes -- although I personally do need it even when I do not write 
operating systems ;) and thus my question really was if there is any 
general interest in such a library, since I did exhaustive searching 
and was only able to find such region stuff implemented publicly in the 
GDK/GTK library, which is ANSI-C AFAICT, and that led me to the 
conclusion that either there is no real use for this stuff outside GUI 
kits, windowing systems, and 2D games or efficient region "logic" is 
often skipped for ad hoc workarounds like using bounding boxes or 
refreshing more than necessary -- in which case there really ought to 
be a library.