Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 2013 20:46:49 +0200
From:      Fred Morcos <fred.morcos@gmail.com>
To:        jb <jb.1234abcd@gmail.com>
Cc:        FreeBSD Questions <freebsd-questions@freebsd.org>
Subject:   Re: "swap" partition leads to instability?
Message-ID:  <CAH3a3KU%2BZe2SRe0DQVGw=rV1XhCL1z4mZu2Mdv_c_NnAD9pyAw@mail.gmail.com>
In-Reply-To: <loom.20130528T204022-196@post.gmane.org>
References:  <1369558712.96152.YahooMailNeo@web165006.mail.bf1.yahoo.com> <loom.20130526T143506-872@post.gmane.org> <1369644392.92027.YahooMailNeo@web165003.mail.bf1.yahoo.com> <loom.20130527T115233-867@post.gmane.org> <loom.20130528T204022-196@post.gmane.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, May 28, 2013 at 8:42 PM, jb <jb.1234abcd@gmail.com> wrote:

> Follow up comment.
>
> It has been pointed out to me that there is Varnish software taking
> advantage
> of system VMM and swap space.
>
> Well, there are cache-oblivious algorithms that perform as well, and so
> they
> make the above (disk access model; cache-aware model) unnecessary
> (obsolete ?) and are superior in their generality.
>
>
Note that such cache-oblivious algorithms cannot be trivially applied to
any problem. Also, properly written cache-oblivious algorithms tend to
recursively decompose the problem until it is small enough to fit in a
cache and solve each part iteratively. The improvement effect can be
noticed on large inputs. These algorithms will most probably perform quite
badly on small inputs.


> jb
>
>
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "
> freebsd-questions-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAH3a3KU%2BZe2SRe0DQVGw=rV1XhCL1z4mZu2Mdv_c_NnAD9pyAw>