$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] Proposal: Monotonic Containers
From: Scott McMurray (me22.ca+boost_at_[hidden])
Date: 2009-06-10 16:18:05
2009/6/10 Christian Schladetsch <christian.schladetsch_at_[hidden]>:
>
> Cache coherency is King!
>
Well, for portability, cache obliviousness is King, since there's no
way you can tune for every specific combination of memory caches,
instruction caches, page caches, etc all at the same time.
( http://en.wikipedia.org/wiki/Cache-oblivious_algorithm )