[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Feature request: plain option for gsub
- From: Javier Guerra Giraldez <javier@...>
- Date: Sun, 24 Aug 2014 21:09:10 -0500
On Sat, Aug 23, 2014 at 4:13 PM, William Ahern
<william@25thandclement.com> wrote:
> But what about the famous Java Azure platform with its 100% concurrent
> memory collector? Turns out those were custom-made chips that provided
> LL/SC. But their custom CPUs were so slow that they got better performance
> (with similar latency) by simply writing a low-level virtual machine on x86
> which implemented their cache coherency model. And that sat _below_ their
> JVM. And in any event Azure is wwaayyy slower than regular, mutex-based
> JVMs, even when you scale up. Azure provides low-latency but crappy
> throughput. Which is why neither Sun, Oracle, nor IBM were interested in
> acquiring them.
do you mean Azure [1] or maybe Azul [2]?
[1]: https://azure.microsoft.com/
[2]: http://www.azulsystems.com
--
Javier
- References:
- Re: Feature request: plain option for gsub, Coroutines
- Re: Feature request: plain option for gsub, Dirk Laurie
- Re: Feature request: plain option for gsub, Axel Kittenberger
- Re: Feature request: plain option for gsub, Coroutines
- Re: Feature request: plain option for gsub, Sean Conner
- Re: Feature request: plain option for gsub, Coroutines
- Re: Feature request: plain option for gsub, Sean Conner
- Re: Feature request: plain option for gsub, Coroutines
- Re: Feature request: plain option for gsub, Sean Conner
- Re: Feature request: plain option for gsub, Coroutines
- Re: Feature request: plain option for gsub, William Ahern